[dconf/dconf-0.8] dconf: increase minimum glib version
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf/dconf-0.8] dconf: increase minimum glib version
- Date: Wed, 27 Jul 2011 09:27:18 +0000 (UTC)
commit 23ac2fa68a55a8de19db430e92f9005f4313f2fa
Author: Robert Schwebel <r schwebel pengutronix de>
Date: Tue Feb 1 10:55:41 2011 +0100
dconf: increase minimum glib version
G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE was introduced only in glib-2.27.3, so
this is the minimum required glib version now.
34b297bd6ab4110978709d7cf49b60d7aa1ea90d changes the minimal version to
2.27.2, but the symbol was really only introduced in 2.27.3.
Signed-off-by: Robert Schwebel <r schwebel pengutronix de>
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2bfc33c..96d5c67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ GLIB_GSETTINGS
GTK_DOC_CHECK([1.15])
# Dependencies
-PKG_CHECK_MODULES(glib, glib-2.0 >= 2.27.2)
+PKG_CHECK_MODULES(glib, glib-2.0 >= 2.27.3)
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]