summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro PiƱeiro <apinheiro@igalia.com>2014-03-06 14:01:47 +0100
committerMike Gorse <mgorse@suse.com>2014-03-06 09:46:42 -0600
commit78b079624be372479d01205651880a6a56eea6ed (patch)
tree7fb6fd30c995f0064a58984c60214ddf93ee6316
parent06c99fe702a0246e70b88402157ea04931278176 (diff)
downloadat-spi2-atk-78b079624be372479d01205651880a6a56eea6ed.tar.gz
Bump dbus version neededAT_SPI2_ATK_2_11_92
This commit: 9eae1f7c2b818b5bd702f99ed97056ca76ea01f6 Started to use some methods not included until 1.5, so bumping the version needed
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2d63b3c..3f65141 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@ AC_SUBST(GETTEXT_PACKAGE)
AC_CONFIG_HEADERS([config.h])
-PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.0])
+PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.5])
AC_SUBST(DBUS_LIBS)
AC_SUBST(DBUS_CFLAGS)