[pyatspi2] Fix for BGO#658343: Have configure check for pygobject-3.0
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pyatspi2] Fix for BGO#658343: Have configure check for pygobject-3.0
- Date: Wed, 7 Sep 2011 16:54:35 +0000 (UTC)
commit df4f1fbdd9883153cf04b3e24bb0101361d77184
Author: Mike Gorse <mgorse novell com>
Date: Wed Sep 7 11:48:36 2011 -0500
Fix for BGO#658343: Have configure check for pygobject-3.0
Pygobject 3.0 is now parallel installable with 2.0, which is only used
to support static bindings, so, for GNOME 3.2, we need to check for 3.0,
not 2.0.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 32f6b0e..ba7e3ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,7 +66,7 @@ if test "$enable_tests" = "yes"; then
AC_SUBST(GTK_CFLAGS)
fi
- PKG_CHECK_MODULES(PYGOBJ, [pygobject-2.0 >= 2.26.0])
+ PKG_CHECK_MODULES(PYGOBJ, [pygobject-3.0 >= 2.90.1])
AM_CONDITIONAL(SET_GTK_MODULE, test -z "$GTK_MODULE_DIR")
AC_ARG_VAR([GTK_MODULE_DIR], [Where to find the atk-adaptor gtk module])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]