[rhythmbox] switch to pygobject 3 (bug #660351)
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] switch to pygobject 3 (bug #660351)
- Date: Wed, 28 Sep 2011 13:21:48 +0000 (UTC)
commit 5e32ee5bfe915beccd804ef311724bb8fdc7bed9
Author: Jonathan Matthew <jonathan d14n org>
Date: Wed Sep 28 23:18:20 2011 +1000
switch to pygobject 3 (bug #660351)
configure.ac | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 59264ee..1da1e2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,7 +63,7 @@ GRILO_REQS=0.1.17
LIBNOTIFY_REQS=0.7.0
BRASERO_MIN_REQS=2.31.5
WEBKIT_MIN_REQS=1.3.9
-PYGOBJECT_REQUIRED=2.28
+PYGOBJECT_REQUIRED=2.90.2
GLIB_GSETTINGS
@@ -640,14 +640,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]