diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | libgpod-1.0.pc.in | 2 |
2 files changed, 8 insertions, 3 deletions
@@ -1,4 +1,9 @@ -2007-06-17 Jorg Schuler <jcsjcs at users.sourceforge.net> +2007-06-17 Todd Zullinger <tmzullinger at users.sourceforge.net> + + * libgpod-1.0.pc.in: + add glib version and gobject-2.0 to 'Requires:' + +2007-06-17 Jorg Schuler <jcsjcs at users.sourceforge.net> * src/itdb_itunesdb.c src/itdb.h: libgpod will not change the values for sort_artist. @@ -10,7 +15,7 @@ * src/itdb.h: corrected description for "BPM" (beats per minute) -2007-06-14 Jorg Schuler <jcsjcs at users.sourceforge.net> +2007-06-14 Jorg Schuler <jcsjcs at users.sourceforge.net> * po/es.po: new version updated by Alejandro Lamas DaviƱa. diff --git a/libgpod-1.0.pc.in b/libgpod-1.0.pc.in index 450c656..815e46d 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 +Requires: glib-2.0 >= 2.4.0 gobject-2.0 Libs: -L${libdir} -lgpod Cflags: -I${includedir}/gpod-1.0 |