summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2011-02-01 10:55:41 +0100
committerRyan Lortie <desrt@desrt.ca>2011-07-27 11:25:35 +0200
commit23ac2fa68a55a8de19db430e92f9005f4313f2fa (patch)
treeff3f1cba65a00d7a31c63392b0a1c80bf6bbf0c6
parent3897b1d6ac2e5a252347ee92915cc5c54f7051b6 (diff)
downloaddconf-0.8.tar.gz
dconf: increase minimum glib versiondconf-0.8
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>
-rw-r--r--configure.ac2
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)