From b7fd70075c5b324eec0ea08d2b55e71819572b2a Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 9 Jan 2026 21:47:59 +0800 Subject: [PATCH] fix(flatpak): remove --enable-tests=no to fix HAVE_VALGRIND error libdbusmenu's configure.ac has a bug where AM_CONDITIONAL([HAVE_VALGRIND]) is only defined when tests are enabled. Removing --enable-tests=no allows the conditional to be properly defined. Ref: https://bugs.launchpad.net/ubuntu/+source/libdbusmenu/+bug/1708938 --- flatpak/com.ccswitch.desktop.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/flatpak/com.ccswitch.desktop.yml b/flatpak/com.ccswitch.desktop.yml index 63a02767..ad461357 100644 --- a/flatpak/com.ccswitch.desktop.yml +++ b/flatpak/com.ccswitch.desktop.yml @@ -49,7 +49,6 @@ modules: - --with-gtk=3 - --disable-dumper - --disable-static - - --enable-tests=no - --disable-nls sources: - type: archive