Revision: 1744
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1744&view=rev
Author:   teuf
Date:     2007-10-29 14:24:55 -0700 (Mon, 29 Oct 2007)

Log Message:
-----------
* configure.ac: raise glib requirement to 2.8 (because of
g_file_set_contents)

Modified Paths:
--------------
    libgpod/trunk/ChangeLog
    libgpod/trunk/configure.ac

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2007-10-29 21:23:08 UTC (rev 1743)
+++ libgpod/trunk/ChangeLog     2007-10-29 21:24:55 UTC (rev 1744)
@@ -1,5 +1,10 @@
 2007-10-29  Christophe Fergeau <[EMAIL PROTECTED]>
 
+       * configure.ac: raise glib requirement to 2.8 (because of
+       g_file_set_contents)
+
+2007-10-29  Christophe Fergeau <[EMAIL PROTECTED]>
+
        * configure.ac: remove mremap check
        * src/db-artwork-writer.c: get rid mmap/mremap use
 

Modified: libgpod/trunk/configure.ac
===================================================================
--- libgpod/trunk/configure.ac  2007-10-29 21:23:08 UTC (rev 1743)
+++ libgpod/trunk/configure.ac  2007-10-29 21:24:55 UTC (rev 1744)
@@ -55,7 +55,7 @@
 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 **************************************************


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to