Config.in.legacy: fix BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE_IMAGE

Commit fdb6fc2b4a forgot to select
BR2_LEGACY

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021.05.x
Fabrice Fontaine 2021-05-01 18:50:37 +02:00 committed by Yann E. MORIN
parent 92e0f91278
commit 0c4c76759b
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ comment "Legacy options removed in 2021.05"
config BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE_IMAGE
bool "sconeserver http::sconesite::image removed"
select BR2_LEGACY
help
Sconeserver cannot be built with ImageMagick - it uses the
"transofrm" function which is removed from public API.