summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Kühl <chrisk@openismus.com>2012-03-08 14:37:10 +0100
committerPatrick Ohly <patrick.ohly@intel.com>2012-05-08 09:13:47 +0200
commitbdc1b3ff0ea34f95a5f5ec6a7f314c0b48f3d073 (patch)
tree8044e29f6761e3eff1ce266cf7a0cbe94a529b7d /configure.ac
parent482cf50dba0d0cf574d8571d0d0bfafef0c693ae (diff)
dbus-server: Bump GIO version to 2.30 due to bugs in earlier versions
We ran into some race conditions in version 2.28 of GIO GDBus. These were known issues that were fixed in following bug reports. https://bugzilla.gnome.org/show_bug.cgi?id=665211 https://bugzilla.gnome.org/show_bug.cgi?id=661689 Version 2.30.2 is currently in Wheezy, the next Debian stable, which I think is the target for dropping support for the libdbus. Thus, this version requirement bump should not disturb that plan.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e1ca3585..79035f72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -467,7 +467,7 @@ AC_ARG_WITH([gio-gdbus],
AS_HELP_STRING([--with-gio-gdbus],
[enables use of GIO's GDBus instead of the in-tree, Bluez gdbus.]),
with_gio_gdbus="$withval",
- PKG_CHECK_EXISTS([gio-2.0 >= 2.26],
+ PKG_CHECK_EXISTS([gio-2.0 >= 2.30],
[with_gio_gdbus="yes"],
[with_gio_gdbus="no"]))
AM_CONDITIONAL([COND_GIO_GDBUS], [test "x$with_gio_gdbus" = "xyes"])