[totem] build: Require pygobject-3.0
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] build: Require pygobject-3.0
- Date: Mon, 5 Sep 2011 15:15:34 +0000 (UTC)
commit d0571fffd89504616404d93b2d9f8b759cfd173e
Author: Marvin Schmidt <marv exherbo org>
Date: Sun Sep 4 23:02:59 2011 +0000
build: Require pygobject-3.0
All the heavy-lifting was already done in 1b22144
https://bugzilla.gnome.org/show_bug.cgi?id=658224
configure.in | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.in b/configure.in
index 3d932f9..12b6c8a 100644
--- a/configure.in
+++ b/configure.in
@@ -50,7 +50,7 @@ DBUS_REQS=0.82
VALA_REQS=0.12.1
PEAS_REQS=1.1.0
PYTHON_REQS=2.3
-PYGOBJECT_REQS=2.27.0
+PYGOBJECT_REQS=2.90.3
AC_SUBST(GLIB_REQS)
AC_SUBST(GTK_REQS)
@@ -320,16 +320,16 @@ if test "x$enable_python" != "xno"; then
have_python=no
fi
- PKG_CHECK_MODULES([PYGOBJECT],[pygobject-2.0 >= $PYGOBJECT_REQS],[have_pygobject=yes],[have_pygobject=no])
+ PKG_CHECK_MODULES([PYGOBJECT],[pygobject-3.0 >= $PYGOBJECT_REQS],[have_pygobject=yes],[have_pygobject=no])
fi
# Output the results of the Python checks
if test "x$have_python" != "xyes" -o "x$have_pygobject" != "xyes"; then
if test "x$enable_python" = "xyes"; then
- AC_MSG_ERROR([python >= $PYTHON_REQS or pygobject-2.0 >= $PYGOBJECT_REQS not found])
+ AC_MSG_ERROR([python >= $PYTHON_REQS or pygobject-3.0 >= $PYGOBJECT_REQS not found])
elif test "x$enable_python" = "xautodetect"; then
enable_python=no
- AC_MSG_WARN([python >= $PYTHON_REQS or pygobject-2.0 >= $PYGOBJECT_REQS not found; disabling Python support])
+ AC_MSG_WARN([python >= $PYTHON_REQS or pygobject-3.0 >= $PYGOBJECT_REQS not found; disabling Python support])
fi
elif test "x$enable_python" != "xno"; then
enable_python=yes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]