[java-atk-wrapper] Check minimum version of atk and spi is installed



commit 1f3387b548312cf4c563e91b0179045054788224
Author: Magdalen Berns <m berns thismagpie com>
Date:   Mon Jan 19 00:09:49 2015 +0000

    Check minimum version of atk and spi is installed
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=743152

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ceebbed..87a1fe9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,9 +36,9 @@ AC_CONFIG_MACRO_DIR([m4])
 m4_define([req_ver_atk], [1.18.0])
 
 PKG_CHECK_MODULES(JAW, [
-  atk
+  atk >= 2.14.0
   atk-bridge-2.0
-  atspi-2
+  atspi-2 >= 2.14.0
   dbus-1
   glib-2.0 >= 2.32.0
   gthread-2.0


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