[rhythmbox/wip/python3] Depend on python 3.2.3
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox/wip/python3] Depend on python 3.2.3
- Date: Mon, 15 Apr 2013 21:23:07 +0000 (UTC)
commit 255ee926e6af6c38c77dc47fc1a3d4aea9ddb3ac
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 5578a20..08e67ce 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]