diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1,9 +1,14 @@ +2005-11-13 Jorg Schuler <jcsjcs at users.sourceforge.net> + + * configure.ac: check for version 2.4 of glib -- now we need to + make sure that libgpod actually works with 2.4... + 2005-11-15 Christophe Fergeau <teuf@gnome.org> * src/itdb_itunesdb.c: (itdb_new): initialise glib type system before calling ipod_device_new (which creates a gobject) -2005-11-12 Jorg Schuler <jcsjcs at users.sourceforge.net> +2005-11-13 Jorg Schuler <jcsjcs at users.sourceforge.net> * src/itdb_itunesdb.c: when new rating is set on the iPod, backup the old rating to app_rating. Not sure what it's for, but iTunes diff --git a/configure.ac b/configure.ac index 1fd18fb..a33382c 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ AC_PROG_MAKE_SET AC_PROG_INTLTOOL([0.21]) AC_CHECK_FUNCS(mremap) -PKG_CHECK_MODULES(LIBGPOD, glib-2.0 gobject-2.0) +PKG_CHECK_MODULES(LIBGPOD, glib-2.0 >= 2.4.0 gobject-2.0) LIBGPOD_CFLAGS="$LIBGPOD_CFLAGS -Wall" dnl ************************************************** |