[dasher: 55/217] Require libatspi>=2.11 to avoid const conversion errors (#24)



commit 0b27d2e1382752aca6ffd514cc0161a1e9d9ac4d
Author: David Barnett <dbarnett google com>
Date:   Mon Oct 12 17:27:00 2015 -0700

    Require libatspi>=2.11 to avoid const conversion errors (#24)

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d3c317b..9ffd70e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -329,7 +329,7 @@ AC_CHECK_LIB(expat, XML_Parse,,[
 ])
 
 PKG_CHECK_MODULES([ATSPI],
-       [atspi-2],
+       [atspi-2 >= 2.11],
        [have_libatspi=yes],
        [have_libatspi=no])
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]