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:39:47 -0500
commit162d319802cd4d05f745b6814988454402b5c95d (patch)
tree37198a275e1518b2f9f9916c9ffac844536252cc
parentaeb866e5757338dbde3ef49c08add6d92c952fe3 (diff)
downloadat-spi2-atk-162d319802cd4d05f745b6814988454402b5c95d.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 c2ea1c9..6440522 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)