sconeserver: missing dependency on BR2_USE_MMU
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@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a42efd0859
commit
4a270de1e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user