Config.in.legacy: add missing help keyword

Commit ac1910713ce (efl: remove broken JP2K loader) added a legacy entry for
BR2_PACKAGE_EFL_JP2K, but forgot to add the 'help' keyword before the help
text, leading to confusing error messages from kconfig:

Config.in.legacy:482: syntax error
Config.in.legacy:481: unknown option "JP2K"
Config.in.legacy:482: unknown option "while"
Config.in.legacy:483: unknown option "JP2K"

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2017-03-09 22:52:47 +01:00
parent 72599de9fa
commit 5354a75eb1

View File

@ -478,6 +478,7 @@ comment "Legacy options removed in 2016.08"
config BR2_PACKAGE_EFL_JP2K config BR2_PACKAGE_EFL_JP2K
bool "libevas jp2k loader has been removed" bool "libevas jp2k loader has been removed"
select BR2_LEGACY select BR2_LEGACY
help
JP2K support in EFL requires openjpeg 1.x (libopenjpeg1.pc) JP2K support in EFL requires openjpeg 1.x (libopenjpeg1.pc)
while Buildroot only packages openjpeg 2.x. Therefore, the while Buildroot only packages openjpeg 2.x. Therefore, the
JP2K loader has been removed from EFL. JP2K loader has been removed from EFL.