diff options
| author | tmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-11-26 18:37:30 +0000 |
|---|---|---|
| committer | tmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-11-26 18:37:30 +0000 |
| commit | 8201fb2fef561ff6f36fe6d6221531bcd98f4b3a (patch) | |
| tree | c7642792f00c78cd06914b84f59137a7a860bb88 /libgpod-1.0.pc.in | |
| parent | 91d96d9c0f6a605a46ea827c5b2c46371a79deaa (diff) | |
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.in | 2 |
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 |
