[eog] Disable Python plugins since they don't work with GTK+-3 yet



commit 1b66c6acb2c0ca775d294e72ef542f7a91538ba1
Author: Felix Riemann <friemann gnome org>
Date:   Wed Jul 21 22:48:04 2010 +0200

    Disable Python plugins since they don't work with GTK+-3 yet
    
    Porting to libpeas is likely a better approach than waiting for
    PyGTK-3 as introspection will then hopefully relieve us from
    hand-maintaining the Python API.

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 73ea192..a7200b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -355,6 +355,9 @@ AC_ARG_ENABLE([python],
 	[enable_python=$enableval have_python=$enableval],
 	[enable_python=autodetect have_python=yes])
 
+# Disable Python plugins as they don't work with GTK+-3 yet
+have_python=no
+
 AC_MSG_RESULT([$enable_python])
 
 if test "x$have_python" != "xno"; then



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