diff --git a/ChangeLog b/ChangeLog index 1b24a08e3d..b3950cc9a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-03 Jan Schmidt + + * tests/icles/Makefile.am: + Only build test-colorkey if GTK+ is available. + === release 0.10.21 === 2008-10-03 Jan Schmidt diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am index 34fddf5a26..a65c79dbf6 100644 --- a/tests/icles/Makefile.am +++ b/tests/icles/Makefile.am @@ -1,5 +1,5 @@ if USE_X -X_TESTS = stress-xoverlay test-colorkey +X_TESTS = stress-xoverlay stress_xoverlay_SOURCES = stress-xoverlay.c stress_xoverlay_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(X_CFLAGS)