[eog-plugins] Disable plugins written in Python



commit 0073266ff8ea54cc18e9959614aa39832ab31c3b
Author: Felix Riemann <friemann gnome org>
Date:   Sat Feb 5 19:56:09 2011 +0100

    Disable plugins written in Python
    
    They aren't working correctly in eog-3.0 at the moment.

 configure.ac |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1508939..71a9970 100644
--- a/configure.ac
+++ b/configure.ac
@@ -156,6 +156,12 @@ if test "x$have_python" != "xno"; then
 fi
 
 if test "x$have_python" != "xno"; then
+	AC_MSG_NOTICE([Disabling Python plugins as they do not work yet!])
+	have_python=no
+	enable_python=no
+fi
+
+if test "x$have_python" != "xno"; then
 	PY_PREFIX=`$PYTHON -c 'import sys ; print sys.prefix'`
 	PY_EXEC_PREFIX=`$PYTHON -c 'import sys ; print sys.exec_prefix'`
 	PYTHON_LIBS="-lpython$PYTHON_VERSION"



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