[gedit] Bump version of pygobject to 3.0
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Bump version of pygobject to 3.0
- Date: Mon, 15 Aug 2011 21:20:37 +0000 (UTC)
commit 9d5cd427873809f91bbef305033b87246718fb43
Author: Jesse van den Kieboom <jessevdk gnome org>
Date: Mon Aug 15 23:15:18 2011 +0200
Bump version of pygobject to 3.0
configure.ac | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index aca8ee4..06b38c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -292,7 +292,7 @@ fi
AM_CONDITIONAL(ENABLE_ZEITGEIST, test x"$enable_zeitgeist" = "xyes")
-PYGOBJECT_REQUIRED=2.28
+PYGOBJECT_REQUIRED=2.90.2
AC_ARG_ENABLE([python],
AS_HELP_STRING([--enable-python[=@<:@no/auto/yes@:>@]],[Build with python support]),
@@ -300,14 +300,14 @@ AC_ARG_ENABLE([python],
[enable_python="auto"])
if test "x$enable_python" = "xauto"; then
- PKG_CHECK_EXISTS([pygobject-2.0 >= $PYGOBJECT_REQUIRED],
+ PKG_CHECK_EXISTS([pygobject-3.0 >= $PYGOBJECT_REQUIRED],
[enable_python=yes],[enable_python=no])
fi
if test "x$enable_python" = "xyes"; then
- PKG_CHECK_MODULES(PYTHON, [pygobject-2.0 >= $PYGOBJECT_REQUIRED])
+ PKG_CHECK_MODULES(PYTHON, [pygobject-3.0 >= $PYGOBJECT_REQUIRED])
- pyoverridesdir=`$PKG_CONFIG --variable=overridesdir pygobject-2.0`
+ pyoverridesdir=`$PKG_CONFIG --variable=overridesdir pygobject-3.0`
AC_SUBST(pyoverridesdir)
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]