From: Alejandro PiƱeiro Date: Thu, 6 Mar 2014 13:01:47 +0000 (+0100) Subject: Bump dbus version needed X-Git-Tag: AT_SPI2_ATK_2_12_0~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=78b079624be372479d01205651880a6a56eea6ed Bump dbus version needed This commit: 9eae1f7c2b818b5bd702f99ed97056ca76ea01f6 Started to use some methods not included until 1.5, so bumping the version needed --- 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)