[orca] Make at-spi dependency >= 1.24.0 instead of just > (bgo#590378)



commit a29bc219351a0e67b9dc1fbb0dcbb7017c443eaa
Author: Willie Walker <william walker sun com>
Date:   Wed Aug 5 08:12:47 2009 -0400

    Make at-spi dependency >= 1.24.0 instead of just > (bgo#590378)

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 26f2044..6f8c1b5 100644
--- a/configure.in
+++ b/configure.in
@@ -29,7 +29,7 @@ dnl for these to be found.
 PKG_CHECK_MODULES(orca, \
 	dbus-python >= 0.83.0 \
 	gnome-python-desktop-2.0 >= 2.24.0 \
-	libspi-1.0 > 1.24.0 \
+	libspi-1.0 >= 1.24.0 \
 )
 
 dnl Check for python and python modules needed by Orca



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