summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@src.gnome.org>2004-08-20 12:19:12 +0000
committerMikael Hallendal <hallski@src.gnome.org>2004-08-20 12:19:12 +0000
commit2cb3a70a1cf9c62ac67513adde0a59e490340907 (patch)
tree1100b0ee9a580ee10471ab41dda6ded43834d6f6
parent05a206cc704573664cda23a511bedba3b09dc2a8 (diff)
downloadgconf-2cb3a70a1cf9c62ac67513adde0a59e490340907.tar.gz
bumped d-bus deps
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 38b2e340..a51642ac 100644
--- a/configure.in
+++ b/configure.in
@@ -196,7 +196,7 @@ fi
PC_REQUIRES=ORBit-2.0
if test x$with_ipc = xdbus -o x$with_ipc = xboth; then
- PKG_CHECK_MODULES(GCONF_DBUS, dbus-glib-1 >= 0.20, have_dbus=yes, have_dbus=no)
+ PKG_CHECK_MODULES(GCONF_DBUS, dbus-glib-1 >= 0.22, have_dbus=yes, have_dbus=no)
if test x$have_dbus = xyes; then
AC_DEFINE(HAVE_DBUS, 1, D-BUS support in the daemon)
PC_REQUIRES="dbus-1 dbus-glib-1"