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
This commit is contained in:
Sebastian Dröge 2009-05-11 10:15:00 +02:00
parent 09bf126a1d
commit e0f4244336

View file

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