summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-11-17 15:05:10 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-11-17 15:05:10 +0000
commit3a96d8768c59e0713b08f0a1399eaec7943eb933 (patch)
tree8c6ae5de83498a1ae213f0ebe2e20986a8f39d91
parent01139a53649d0f1d0e9781b9fdfca19c7a1027e2 (diff)
downloadlibgpod-3a96d8768c59e0713b08f0a1399eaec7943eb933.tar.gz
libgpod-3a96d8768c59e0713b08f0a1399eaec7943eb933.tar.xz
libgpod-3a96d8768c59e0713b08f0a1399eaec7943eb933.zip
* 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
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
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 <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 **************************************************