summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-10-03 15:19:40 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-10-03 15:19:40 +0000
commitc3dfad8ff880fbf15ffa26ccc87011ab488ea642 (patch)
tree3338fedd37f2ba8398d0158205a0c8e4903adb76 /tests
parentbf1d2cf12a16faae474dee9eb710603e6f83dde1 (diff)
tests/icles/Makefile.am: Only build test-colorkey if GTK+ is available.
Original commit message from CVS: * tests/icles/Makefile.am: Only build test-colorkey if GTK+ is available.
Diffstat (limited to 'tests')
-rw-r--r--tests/icles/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)