[tracker/tracker-0.10] build: Require GLib 2.28 (was 2.26)



commit 8bf56c29038071613e3f90c4b844a9d19992b503
Author: Martyn Russell <martyn lanedo com>
Date:   Fri Sep 9 08:58:52 2011 +0100

    build: Require GLib 2.28 (was 2.26)
    
    Recent code uses g_slist_free_full() which is only in 2.28.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4a4176b..2b004dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -179,7 +179,7 @@ PYTHON_REQUIRED=2.6
 # Library required versions
 DBUS_REQUIRED=1.3.1
 DBUS_GLIB_REQUIRED=0.82
-GLIB_REQUIRED=2.26.0
+GLIB_REQUIRED=2.28.0
 PANGO_REQUIRED=1.0.0
 GTK_REQUIRED=2.18.0
 LIBXML2_REQUIRED=2.6



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]