Enable Lua support and disable Python in Flatpak config

This commit is contained in:
deepend-tildeclub
2026-01-13 16:59:28 -07:00
committed by GitHub
parent bdee1481ed
commit e70085a8c4

View File

@@ -52,7 +52,8 @@
"--buildtype=release", "--buildtype=release",
"-Ddbus-service-use-appid=true", "-Ddbus-service-use-appid=true",
"-Dwith-perl=false", "-Dwith-perl=false",
"-Dwith-lua=lua" "-Dwith-python=false",
"-Dwith-lua=true"
], ],
"build-options": { "build-options": {
"cflags": "-Wno-error=missing-include-dirs" "cflags": "-Wno-error=missing-include-dirs"