From 3a96d8768c59e0713b08f0a1399eaec7943eb933 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Thu, 17 Nov 2005 15:05:10 +0000 Subject: * configure.ac: check for version 2.4 of glib -- now we need to make sure that libgpod actually works with 2.4... git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1152 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 7 ++++++- configure.ac | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8affc45..0d7a324 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,14 @@ +2005-11-13 Jorg Schuler + + * 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 * src/itdb_itunesdb.c: (itdb_new): initialise glib type system before calling ipod_device_new (which creates a gobject) -2005-11-12 Jorg Schuler +2005-11-13 Jorg Schuler * 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 ************************************************** -- cgit