mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-20 04:30:18 +00:00
Enable GTK3 support in Zoitechat build config
This commit is contained in:
committed by
GitHub
parent
3d450a3b33
commit
5080c3b1d2
@@ -52,14 +52,13 @@
|
|||||||
"name": "zoitechat",
|
"name": "zoitechat",
|
||||||
"buildsystem": "meson",
|
"buildsystem": "meson",
|
||||||
"config-opts": [
|
"config-opts": [
|
||||||
"-Dgtk3=true",
|
|
||||||
"-Ddbus-service-use-appid=true",
|
"-Ddbus-service-use-appid=true",
|
||||||
"-Dwith-perl=false",
|
"-Dwith-perl=false",
|
||||||
"-Dwith-python=false",
|
"-Dwith-python=false",
|
||||||
"-Dwith-lua=lua"
|
"-Dwith-lua=lua"
|
||||||
],
|
],
|
||||||
"build-options": {
|
"build-options": {
|
||||||
"cflags": "-Wno-error=missing-include-dirs"
|
"cflags": "-Dgtk3=true -Wno-error=missing-include-dirs"
|
||||||
},
|
},
|
||||||
"cleanup": [
|
"cleanup": [
|
||||||
"/share/man"
|
"/share/man"
|
||||||
|
|||||||
Reference in New Issue
Block a user