Up libatspi dependency to 2.5.92
authorMike Gorse <mgorse@suse.com>
Mon, 29 Oct 2012 01:37:58 +0000 (20:37 -0500)
committerMike Gorse <mgorse@suse.com>
Mon, 29 Oct 2012 01:37:58 +0000 (20:37 -0500)
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

configure.ac

index cfd170b..bade59b 100644 (file)
@@ -55,7 +55,7 @@ PKG_CHECK_MODULES(ATK, [atk >= 2.1.5])
 AC_SUBST(ATK_LIBS)
 AC_SUBST(ATK_CFLAGS)
 
 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)
 
 AC_SUBST(ATSPI_LIBS)
 AC_SUBST(ATSPI_CFLAGS)