From f33801e59b263c79798bca61591a355e67433041 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:59:45 -0700 Subject: [PATCH] Change Lua build option in Zoitechat Flatpak config --- flatpak/io.github.Zoitechat.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak/io.github.Zoitechat.json b/flatpak/io.github.Zoitechat.json index 6c1394a4..3f37440f 100644 --- a/flatpak/io.github.Zoitechat.json +++ b/flatpak/io.github.Zoitechat.json @@ -53,7 +53,7 @@ "-Ddbus-service-use-appid=true", "-Dwith-perl=false", "-Dwith-python=false", - "-Dwith-lua=true" + "-Dwith-lua=lua" ], "build-options": { "cflags": "-Wno-error=missing-include-dirs"