Config.in.legacy: fix BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE_IMAGE
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 1 May 2021 16:50:37 +0000 (18:50 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 1 May 2021 19:47:09 +0000 (21:47 +0200)
Commit fdb6fc2b4a5be747e7695f594cbbb1a941ceb05b 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>
Config.in.legacy

index 038796731196f24bfc1d1abeb5ba4b167c6aa2c6..629d02dbf272e9959cfd0cc6da7b46cd762c4cf7 100644 (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.