summaryrefslogtreecommitdiffstats
path: root/libgpod-1.0.pc.in
diff options
context:
space:
mode:
authorTodd Zullinger <tmzullinger@users.sourceforge.net>2007-11-26 18:37:30 +0000
committerTodd Zullinger <tmzullinger@users.sourceforge.net>2007-11-26 18:37:30 +0000
commitc7b98627f78544968d41e9e60aa0e076a80bf643 (patch)
treec7642792f00c78cd06914b84f59137a7a860bb88 /libgpod-1.0.pc.in
parentef784d38dd9a0c5932e9f4e8640a041960a94821 (diff)
downloadlibgpod-tmz-c7b98627f78544968d41e9e60aa0e076a80bf643.tar.gz
libgpod-tmz-c7b98627f78544968d41e9e60aa0e076a80bf643.tar.xz
libgpod-tmz-c7b98627f78544968d41e9e60aa0e076a80bf643.zip
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
Diffstat (limited to 'libgpod-1.0.pc.in')
-rw-r--r--libgpod-1.0.pc.in2
1 files changed, 1 insertions, 1 deletions
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