summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-11 10:15:00 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-11 10:15:00 +0200
commite0f42443365dcae0d4e13e01c9854c508ff68695 (patch)
tree97336915d8f932ac618f28484556495ea6e8fbca /tests
parent09bf126a1d50cda5cca975069b7a60117e95fea6 (diff)
gdkpixbuf: Use the libs and cflags of gdk pixbuf instead of gtk
This fixes the build if gdk-pixbuf is found but gtk isn't
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 87cf69de..88e8c16b 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -163,9 +163,9 @@ elements_videocrop_CFLAGS = $(GST_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
# FIXME: configure should check for gdk-pixbuf not gtk
# only need video.h header, not the lib
elements_gdkpixbufsink_CFLAGS = \
- $(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS) $(GTK_CFLAGS)
+ $(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS) $(GDK_PIXBUF_CFLAGS)
elements_gdkpixbufsink_LDADD = \
- $(LDADD) $(GTK_LIBS)
+ $(LDADD) $(GDK_PIXBUF_LIBS)
pipelines_wavpack_LDADD = $(LDADD) $(GST_BASE_LIBS)