[dconf] Bump glib dependency.
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] Bump glib dependency.
- Date: Sat, 15 May 2010 14:20:14 +0000 (UTC)
commit f00325615d2945e24b6d6de90ef7fcff3823bd9e
Author: Ryan Lortie <desrt desrt ca>
Date: Sat May 15 16:18:12 2010 +0200
Bump glib dependency.
A serious bug existed in GDBus that prevented dconf from working. It
has been fixed in this new version.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6fce344..ea1c759 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.4)
+PKG_CHECK_MODULES(gio, gio-2.0 >= 2.25.5)
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]