[dconf] build: Increase glib dependency to 2.27.2
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] build: Increase glib dependency to 2.27.2
- Date: Tue, 22 Mar 2011 16:03:44 +0000 (UTC)
commit 34b297bd6ab4110978709d7cf49b60d7aa1ea90d
Author: Rob Bradford <rob linux intel com>
Date: Wed Feb 16 11:23:05 2011 +0000
build: Increase glib dependency to 2.27.2
dconf requires G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE which only came into
glib at 2.27.2
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=642448
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 32ee094..dd927ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AM_PROG_VALAC([0.11.7])
GTK_DOC_CHECK([1.15])
# Dependencies
-PKG_CHECK_MODULES(glib, glib-2.0 >= 2.25.16)
+PKG_CHECK_MODULES(glib, glib-2.0 >= 2.27.2)
PKG_CHECK_MODULES(gio, gio-2.0)
PKG_CHECK_MODULES(dbus, dbus-1)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]