From 74c09bdebc29bede31ef3afb1c6924aee95d9521 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sun, 1 Feb 2026 16:10:02 -0700 Subject: [PATCH] Enable Perl and Python support in Zoitechat build --- flatpak/net.zoite.Zoitechat.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flatpak/net.zoite.Zoitechat.json b/flatpak/net.zoite.Zoitechat.json index 7128a233..395801af 100644 --- a/flatpak/net.zoite.Zoitechat.json +++ b/flatpak/net.zoite.Zoitechat.json @@ -49,9 +49,10 @@ "buildsystem": "meson", "config-opts": [ "--buildtype=release", + "-Dgtk3=true", "-Ddbus-service-use-appid=true", - "-Dwith-perl=false", - "-Dwith-python=false", + "-Dwith-perl=true", + "-Dwith-python=true", "-Dwith-lua=lua" ], "build-options": {