tests/icles/Makefile.am: Only build test-colorkey if GTK+ is available.
authorJan Schmidt <thaytan@mad.scientist.com>
Fri, 3 Oct 2008 15:19:40 +0000 (15:19 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Fri, 3 Oct 2008 15:19:40 +0000 (15:19 +0000)
Original commit message from CVS:
* tests/icles/Makefile.am:
Only build test-colorkey if GTK+ is available.

ChangeLog
tests/icles/Makefile.am

index 1b24a08e3dff062a9d757cc9661374193428c0ca..b3950cc9a54636dfa04c762b553a9ac7ff917d67 100644 (file)
--- 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>
index 34fddf5a261131ab31a95e0ea24d42fcab757362..a65c79dbf6d71ef5890fdde8567dfab5a492bc29 100644 (file)
@@ -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)