[Buildroot] [PATCH 7/7] sconeserver: missing dependency on BR2_USE_MMU

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Feb 23 22:58:11 UTC 2014


The BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE_IMAGE option of sconeserver
selects imagemagick, but forgets to depends on BR2_USE_MMU, which
imagemagick depends on.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/sconeserver/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/sconeserver/Config.in b/package/sconeserver/Config.in
index ccb9c00..16b731e 100644
--- a/package/sconeserver/Config.in
+++ b/package/sconeserver/Config.in
@@ -31,6 +31,7 @@ config BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE
 config BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE_IMAGE
 	bool "http::sconesite::image"
 	depends on BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE
+	depends on BR2_USE_MMU # imagemagick
 	select BR2_PACKAGE_IMAGEMAGICK
 	help
 	  http::sconesite::image module for Sconeserver
-- 
1.8.3.2



More information about the buildroot mailing list