[gvfs] build: bump GLib required version to 2.27.1.



commit 9eac8436f165bdb1a4aac99a742f2e85d6866f90
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Nov 4 15:07:12 2010 +0100

    build: bump GLib required version to 2.27.1.
    
    So that it's not possible to mix gvfs-based and x-scheme-handler based
    application lookup.
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=631410

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0cef996..fb21c17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ GTK_DOC_CHECK
 DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc"
 AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
 
-PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.23.4 gthread-2.0 gobject-2.0 gmodule-no-export-2.0 gio-unix-2.0 gio-2.0 )
+PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.27.1 gthread-2.0 gobject-2.0 gmodule-no-export-2.0 gio-unix-2.0 gio-2.0 )
 
 PKG_CHECK_MODULES(DBUS, dbus-1)
 



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