File rhythmbox-no-webkit-no-context-pane.patch of Package rhythmbox

From 64c6837921f2a03cb49772d8ea2e130fd5b55088 Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember@gmail.com>
Date: Thu, 11 Oct 2012 08:59:16 +0000
Subject: Disable the context pane plugin when webkit isn't available

https://bugzilla.gnome.org/show_bug.cgi?id=685945
---
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
--
cgit v0.9.0.2

openSUSE Build Service is sponsored by