summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--tests/icles/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b24a08e3..b3950cc9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-03 Jan Schmidt <jan.schmidt@sun.com>
+
+ * tests/icles/Makefile.am:
+ Only build test-colorkey if GTK+ is available.
+
=== release 0.10.21 ===
2008-10-03 Jan Schmidt <jan.schmidt@sun.com>
diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am
index 34fddf5a2..a65c79dbf 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)