mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
tests: Don't build test-journal with --disable-glib
test-journal needs cogl_glib_source_new() which is not available when compiling cogl with --disable-glib. Reviewed-by: Robert Bragg <robert@linux.intel.com> (cherry picked from commit 71fadbbfacad6a7c0ed7b06252d1e5e5dadf66f5)
This commit is contained in:
parent
5d62185f1c
commit
27fb294887
@ -11,7 +11,11 @@ test_conformance_CPPFLAGS = \
|
||||
-DTESTS_DATADIR=\""$(top_srcdir)/tests/data"\"
|
||||
|
||||
|
||||
noinst_PROGRAMS = test-journal
|
||||
noinst_PROGRAMS =
|
||||
|
||||
if USE_GLIB
|
||||
noinst_PROGRAMS += test-journal
|
||||
endif
|
||||
|
||||
AM_CFLAGS = $(COGL_DEP_CFLAGS) $(COGL_EXTRA_CFLAGS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user