From a70b6bbf85d03f9c3df21d437202e200455f33f0 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 13 Feb 2010 06:01:14 +0100 Subject: [PATCH] projects/intel: - disable SABnzbd by default --- projects/intel/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/intel/options b/projects/intel/options index 2b8a6c476f..1f92cab3d8 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -51,7 +51,7 @@ # Plugins for XBMC to install (SABnzbd) # Space separated list is supported, # e.g. XBMC_PLUGINS="SABnzbd" - XBMC_PLUGINS="SABnzbd" + XBMC_PLUGINS="" # build with network support (yes / no) NETWORK="yes"