From e0f42443365dcae0d4e13e01c9854c508ff68695 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Mon, 11 May 2009 10:15:00 +0200 Subject: 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 --- tests/check/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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) -- cgit