[rhythmbox] Disable the context pane plugin when webkit isn't available



commit 64c6837921f2a03cb49772d8ea2e130fd5b55088
Author: Kalev Lember <kalevlember gmail com>
Date:   Thu Oct 11 10:59:16 2012 +0200

    Disable the context pane plugin when webkit isn't available
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685945

 plugins/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index e4f6e69..3a9ea03 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -14,7 +14,6 @@ SUBDIRS =						\
 if ENABLE_PYTHON
 SUBDIRS +=						\
 	artsearch					\
-	context						\
 	im-status					\
 	lyrics						\
 	magnatune					\
@@ -24,8 +23,12 @@ SUBDIRS +=						\
 	sendto						\
 	rb
 
+if WITH_WEBKIT
+SUBDIRS += context
 endif
 
+endif # ENABLE_PYTHON
+
 if WITH_LIRC
 SUBDIRS += lirc
 endif



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