From c33c89279651ad5abbed0b09e2592da5b99f45f1 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sun, 17 Jun 2007 16:11:58 +0000 Subject: add glib version and gobject-2.0 to 'Requires:' git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1554 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 9 +++++++-- libgpod-1.0.pc.in | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e659734..8ca9e67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2007-06-17 Jorg Schuler +2007-06-17 Todd Zullinger + + * libgpod-1.0.pc.in: + add glib version and gobject-2.0 to 'Requires:' + +2007-06-17 Jorg Schuler * 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 +2007-06-14 Jorg Schuler * 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 -- cgit