summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2007-10-29 21:24:55 +0000
committerChristophe Fergeau <teuf@gnome.org>2007-10-29 21:24:55 +0000
commit5e2286cb3013f637977955da2f3cec869b450f95 (patch)
treef8f45e2daadfb3a64546ecdb7128644ef25cd866
parent671f8f56fe0f4a93b9f57cfa5ad5dc2e6ae3239c (diff)
downloadlibgpod-5e2286cb3013f637977955da2f3cec869b450f95.tar.gz
libgpod-5e2286cb3013f637977955da2f3cec869b450f95.tar.xz
libgpod-5e2286cb3013f637977955da2f3cec869b450f95.zip
* configure.ac: raise glib requirement to 2.8 (because of
g_file_set_contents) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1744 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ab38313..41817c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-10-29 Christophe Fergeau <teuf@gnome.org>
+ * configure.ac: raise glib requirement to 2.8 (because of
+ g_file_set_contents)
+
+2007-10-29 Christophe Fergeau <teuf@gnome.org>
+
* configure.ac: remove mremap check
* src/db-artwork-writer.c: get rid mmap/mremap use
diff --git a/configure.ac b/configure.ac
index e0b0a23..e4a12fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_INTLTOOL([0.21])
-PKG_CHECK_MODULES(LIBGPOD, glib-2.0 >= 2.4.0 gobject-2.0)
+PKG_CHECK_MODULES(LIBGPOD, glib-2.0 >= 2.8.0 gobject-2.0)
LIBGPOD_CFLAGS="$LIBGPOD_CFLAGS -Wall"
dnl **************************************************