[rhythmbox] Depend on python 3.2.3



commit 8437453a869928e296eaa33e5572d15ef7cb69f3
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Apr 15 23:22:54 2013 +0200

    Depend on python 3.2.3

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f29e1c5..74a6826 100644
--- a/configure.ac
+++ b/configure.ac
@@ -582,7 +582,7 @@ AC_SUBST(SAMPLEPLUGINDIR)
 dnl ================================================================
 dnl Python plugins
 dnl ================================================================
-AM_PATH_PYTHON
+AM_PATH_PYTHON(3.2.3)
 
 
 AC_ARG_ENABLE([python],
@@ -598,7 +598,7 @@ fi
 if test "x$enable_python" = "xyes"; then
        PKG_CHECK_MODULES(PYTHON, [pygobject-3.0 >= $PYGOBJECT_REQUIRED])
 
-       pyoverridesdir=`$PKG_CONFIG --variable=overridesdir pygobject-3.0`
+       pyoverridesdir=`$PYTHON -c "import gi; print(gi._overridesdir)"`
        AC_SUBST(pyoverridesdir)
 fi
 


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