[rhythmbox] disable context pane plugin, since it uses webkit1



commit 67b24c9c6b3b8d9b95924b319407eb770c9bab11
Author: Jonathan Matthew <jonathan d14n org>
Date:   Tue Mar 22 22:02:39 2016 +1000

    disable context pane plugin, since it uses webkit1
    
    https://bugzilla.gnome.org/show_bug.cgi?id=752019

 plugins/Makefile.am |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index bea62b2..5fff152 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -24,9 +24,10 @@ SUBDIRS +=                                           \
        soundcloud                                      \
        rb
 
-if WITH_WEBKIT
-SUBDIRS += context
-endif
+# disabled until webkit2 happens
+#if WITH_WEBKIT
+#SUBDIRS += context
+#endif
 
 endif # ENABLE_PYTHON
 


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