[rhythmbox/wip/python3: 16/35] Depend on python 3.2.3



commit 92627211d2dbcb49496af9a97108bbd75c1302cc
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 e11053f..8944b94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -583,7 +583,7 @@ AC_SUBST(SAMPLEPLUGINDIR)
 dnl ================================================================
 dnl Python plugins
 dnl ================================================================
-AM_PATH_PYTHON
+AM_PATH_PYTHON(3.2.3)
 
 
 AC_ARG_ENABLE([python],
@@ -599,7 +599,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]