From d3074eadb598277537760053fb5da3c65e65230d Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 9 Jan 2026 21:07:38 +0800 Subject: [PATCH] fix(flatpak): disable NLS for libdbusmenu-gtk3 The Flatpak SDK lacks intltool, causing libdbusmenu-gtk3 configure to fail. Disabling NLS avoids this dependency. --- flatpak/com.ccswitch.desktop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/flatpak/com.ccswitch.desktop.yml b/flatpak/com.ccswitch.desktop.yml index 30fd83366..53be12713 100644 --- a/flatpak/com.ccswitch.desktop.yml +++ b/flatpak/com.ccswitch.desktop.yml @@ -41,6 +41,7 @@ modules: - --disable-dumper - --disable-static - --enable-tests=no + - --disable-nls sources: - type: archive url: https://launchpad.net/libdbusmenu/16.04/16.04.0/+download/libdbusmenu-16.04.0.tar.gz