[dconf] Require newer glib release.



commit 2477fdc81df732cd7672bf9c4da59f08f85bb8f0
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed May 19 17:46:53 2010 -0400

    Require newer glib release.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ea1c759..45b689f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AM_SILENT_RULES
 AC_PROG_LIBTOOL
 AC_PROG_CC
 
-PKG_CHECK_MODULES(gio, gio-2.0 >= 2.25.5)
+PKG_CHECK_MODULES(gio, gio-2.0 >= 2.25.6)
 
 AC_ARG_WITH(gio_modules_dir, [  --with-gio-modules-dir=PATH choose directory for the GIO module, [default=LIBDIR/gio/modules]], giomodulesdir="$withval", giomodulesdir=${libdir}/gio/modules)
 AC_SUBST(giomodulesdir)



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