[tracker] Fixes: GB#622702 - 0.8.13 does not build with gio 2.22 anymore



commit 5b918ecc6bd6d804d35247b8d0fea257b12c1f5f
Author: Martyn Russell <martyn lanedo com>
Date:   Thu Jul 1 17:07:37 2010 +0100

    Fixes: GB#622702 - 0.8.13 does not build with gio 2.22 anymore
    
    Bumped version of GLib required from 2.20 to 2.24
    
    This is due to commit d0f60bf212624de4aa41a01ab6d5cd7257e5ea50
    Unfortunately, this could not be reverted because other code has been
    applied on top of it. For now, the easiest thing to do is to bump the
    GLib version. Version 2.24 should be quite available now.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a153a26..7b684d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -133,7 +133,7 @@ fi
 # Library required versions
 DBUS_REQUIRED=1.0
 DBUS_GLIB_REQUIRED=0.78
-GLIB_REQUIRED=2.20.0
+GLIB_REQUIRED=2.24.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]