[orca] Backout part of bgo#590378 - configure.in and orca.spec.in need updating for compile and runtime dep



commit cea6d94c9765ce9efcdf3ecc7374a4e48e4b1abf
Author: Willie Walker <william walker sun com>
Date:   Sun Aug 9 14:34:03 2009 -0400

    Backout part of bgo#590378 - configure.in and orca.spec.in need updating for compile and runtime dependencies
    
    I give up. No matter what I do, I seem to find a package that is specified
    somewhere, but the packaging is not honored by various distributions. The
    end result is inconsistency and unhappy users.

 configure.in |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/configure.in b/configure.in
index 6f8c1b5..d37494e 100644
--- a/configure.in
+++ b/configure.in
@@ -23,14 +23,18 @@ IT_PROG_INTLTOOL([0.40.0])
 dnl Needed programs
 AC_PROG_INSTALL
 
-dnl Check for various modules. NOTE: On OpenSolaris, you may
-dnl need to set PKG_CONFIG_PATH=/usr/lib/pkgconfig in order
-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 \
-)
+# WDW - I give up. No matter what I do, I seem to find a package that
+# is specified somewhere, but the packaging is not honored by various
+# distributions.
+#
+#dnl Check for various modules. NOTE: On OpenSolaris, you may
+#dnl need to set PKG_CONFIG_PATH=/usr/lib/pkgconfig in order
+#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 \
+#)
 
 dnl Check for python and python modules needed by Orca
 dnl TODO: check for incompatibilities between Orca and liblouis



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