[totem] Disable Vala plugins



commit a3da22c634cef93b85071dea9c5a1d99b983ca92
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sat Jun 19 19:08:56 2010 +0100

    Disable Vala plugins

 configure.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index b9551b2..171bb77 100644
--- a/configure.in
+++ b/configure.in
@@ -394,6 +394,10 @@ if test "x$enable_vala" != "xno"; then
 		with_vala=yes
 	fi
 fi
+
+# FIXME: Disable Vala plugin support for now, since libpeas doesn't support Vala yet
+with_vala=no
+
 AM_CONDITIONAL(ENABLE_VALA, test "x$with_vala" = "xyes")
 
 # ********************



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