src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 36d9ae9b2b79950d7e8c7ff2415071f7ea5f9dbd Author: Tanu Kaskinen <ta...@iki.fi> Date: Tue Apr 12 18:56:01 2016 +0300 build-sys: build gtk-test only when glib is enabled gtk-test pulls in libpulse-mainloop-glib as a dependency, and compiling glib-mainloop.c fails if glib support is disabled. diff --git a/src/Makefile.am b/src/Makefile.am index f8efd9e..07cd537 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -314,12 +314,13 @@ endif if HAVE_GLIB20 TESTS_default += \ mainloop-test-glib -endif if HAVE_GTK30 +# gtk-test depends on both glib and gtk TESTS_norun += \ gtk-test endif +endif if HAVE_ALSA TESTS_norun += \ _______________________________________________ pulseaudio-commits mailing list pulseaudio-commits@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits