Enable GTK3 support in Zoitechat build config

This commit is contained in:
deepend-tildeclub
2026-02-21 17:03:47 -07:00
committed by GitHub
parent 3d450a3b33
commit 5080c3b1d2

View File

@@ -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"