mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
bf1d2cf12a
commit
c3dfad8ff8
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue