Enable Perl and Python support in Zoitechat build

This commit is contained in:
deepend-tildeclub
2026-02-01 16:10:02 -07:00
committed by GitHub
parent 56e1c402f6
commit 74c09bdebc

View File

@@ -49,9 +49,10 @@
"buildsystem": "meson", "buildsystem": "meson",
"config-opts": [ "config-opts": [
"--buildtype=release", "--buildtype=release",
"-Dgtk3=true",
"-Ddbus-service-use-appid=true", "-Ddbus-service-use-appid=true",
"-Dwith-perl=false", "-Dwith-perl=true",
"-Dwith-python=false", "-Dwith-python=true",
"-Dwith-lua=lua" "-Dwith-lua=lua"
], ],
"build-options": { "build-options": {