[eog-plugins] Require Python 3.x for Python Plugins
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog-plugins] Require Python 3.x for Python Plugins
- Date: Tue, 7 Jan 2014 22:18:18 +0000 (UTC)
commit 06d112a98c4583b7d342c1951bf737328228a786
Author: Felix Riemann <friemann gnome org>
Date: Tue Jan 7 23:16:22 2014 +0100
Require Python 3.x for Python Plugins
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index cce2eb2..853a1de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ PKG_CHECK_MODULES([EOG], [
glib-2.0 >= 2.32.0
gtk+-3.0 >= 3.3.8
libpeas-1.0 >= 0.7.4
- eog >= 3.11.3
+ eog >= 3.11.4
])
AC_SUBST(EOG_LIBS)
AC_SUBST(EOG_CFLAGS)
@@ -147,7 +147,7 @@ AC_ARG_ENABLE([python],
AC_MSG_RESULT([$enable_python])
if test "x$have_python" != "xno"; then
- AM_PATH_PYTHON([2.5.2],[],[:])
+ AM_PATH_PYTHON([3.2],[],[:])
if test "x$PYTHON" = "x:"; then
have_python=no
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]