From c3dfad8ff880fbf15ffa26ccc87011ab488ea642 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 3 Oct 2008 15:19:40 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ tests/icles/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1b24a08e3d..b3950cc9a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-03 Jan Schmidt + + * tests/icles/Makefile.am: + Only build test-colorkey if GTK+ is available. + === release 0.10.21 === 2008-10-03 Jan Schmidt diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am index 34fddf5a26..a65c79dbf6 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)