From 20056cb9c4c162a460a2e0660efa1ae5dc8a68b6 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sun, 1 Feb 2026 18:12:03 -0700 Subject: [PATCH] Disable Perl support in Zoitechat build options --- flatpak/net.zoite.Zoitechat.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak/net.zoite.Zoitechat.json b/flatpak/net.zoite.Zoitechat.json index d554c739..1edfe61f 100644 --- a/flatpak/net.zoite.Zoitechat.json +++ b/flatpak/net.zoite.Zoitechat.json @@ -52,7 +52,7 @@ "--buildtype=release", "-Dgtk3=true", "-Ddbus-service-use-appid=true", - "-Dwith-perl=true", + "-Dwith-perl=false", "-Dwith-python=true", "-Dwith-lua=lua" ],