[eog-plugins] Disable all plugins that are not ported to the new API yet



commit 584672a45f29cc5abf4f4c5c114704ea6a0e14d1
Author: Felix Riemann <friemann gnome org>
Date:   Sat Feb 5 22:40:15 2011 +0100

    Disable all plugins that are not ported to the new API yet
    
    Once all plugins are converted this block can be removed again.

 configure.ac |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 71a9970..9584526 100644
--- a/configure.ac
+++ b/configure.ac
@@ -283,6 +283,13 @@ then
 	done
 fi
 
+# Disable plugins that are not yet ported to eog-3.0
+UNPORTED_PLUGINS="exif-display map postasa send-by-mail"
+for pl in $UNPORTED_PLUGINS
+do
+	undef_plugin "$pl" "not yet ported to 3.0"
+done
+
 # *****
 # Postr 
 # *****



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