From c7b98627f78544968d41e9e60aa0e076a80bf643 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 26 Nov 2007 18:37:30 +0000 Subject: conditionally add gdk-pixbuf to pkg-config Requires exit with an error if gdk-pixbuf or pygobject are explicitly requested and not found add AM_PROG_CC_C_O to make automake happy about per-target flags in tests/Makefile.am git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1804 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- libgpod-1.0.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgpod-1.0.pc.in') diff --git a/libgpod-1.0.pc.in b/libgpod-1.0.pc.in index 747a7b9..808dd78 100644 --- a/libgpod-1.0.pc.in +++ b/libgpod-1.0.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: libgpod Description: A library to manipulate songs and playlists stored on an ipod Version: @VERSION@ -Requires: glib-2.0 >= 2.8.0 gobject-2.0 +Requires: glib-2.0 >= 2.8.0 gobject-2.0 @GDKPIXBUF_REQ@ Libs: -L${libdir} -lgpod Cflags: -I${includedir}/gpod-1.0 -- cgit