summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-10-28 20:37:58 -0500
committerMike Gorse <mgorse@suse.com>2012-10-28 20:37:58 -0500
commit3bfb2d05d7320ec1060da0e36cabe91312b5eb9a (patch)
treeb865f290af1559b12deb3f1d4a337cec6de91747
parent0918cb944250dbf648f994466a01860b51854416 (diff)
downloadat-spi2-atk-3bfb2d05d7320ec1060da0e36cabe91312b5eb9a.tar.gz
Up libatspi dependency to 2.5.92
At-spi2-atk fetches a shared D-Bus connection via libatspi and now expects this connection to be private, so it is incompatible with versions of at-spi2-core older than 2.5.92. https://bugzilla.gnome.org/show_bug.cgi?id=686667
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cfd170b..bade59b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ PKG_CHECK_MODULES(ATK, [atk >= 2.1.5])
AC_SUBST(ATK_LIBS)
AC_SUBST(ATK_CFLAGS)
-PKG_CHECK_MODULES(ATSPI, [atspi-2 >= 2.1.4])
+PKG_CHECK_MODULES(ATSPI, [atspi-2 >= 2.5.92])
AC_SUBST(ATSPI_LIBS)
AC_SUBST(ATSPI_CFLAGS)