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.
This commit is contained in:
Jan Schmidt 2008-10-03 15:19:40 +00:00
parent bf1d2cf12a
commit c3dfad8ff8
2 changed files with 6 additions and 1 deletions

View file

@ -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>

View 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)