mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-01-31 09:43:07 +08:00
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
This commit is contained in:
@@ -49,7 +49,6 @@ modules:
|
|||||||
- --with-gtk=3
|
- --with-gtk=3
|
||||||
- --disable-dumper
|
- --disable-dumper
|
||||||
- --disable-static
|
- --disable-static
|
||||||
- --enable-tests=no
|
|
||||||
- --disable-nls
|
- --disable-nls
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
|
|||||||
Reference in New Issue
Block a user