Skip to content

Commit b7fd700

Browse files
committed
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
1 parent eeb6afe commit b7fd700

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flatpak/com.ccswitch.desktop.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ modules:
4949
- --with-gtk=3
5050
- --disable-dumper
5151
- --disable-static
52-
- --enable-tests=no
5352
- --disable-nls
5453
sources:
5554
- type: archive

0 commit comments

Comments
 (0)