efl: remove broken JP2K loader
This option has been marked as broken since 2016.08. Since nobody repaired it, we'll just remove it. Since technically it was already removed in 2016.08, it's added to the 2016.08 section of the legacy menu. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: Romain Naour <romain.naour@gmail.com> Cc: Gustavo Sverzut Barbieri <barbieri@profusion.mobi> Reviewed-By: Gustavo Sverzut Barbieri <barbieri@profusion.mobi> Acked-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f4fa8ff35c
commit
ac1910713c
@ -475,6 +475,13 @@ config BR2_LINUX_KERNEL_CUSTOM_LOCAL
|
||||
###############################################################################
|
||||
comment "Legacy options removed in 2016.08"
|
||||
|
||||
config BR2_PACKAGE_EFL_JP2K
|
||||
bool "libevas jp2k loader has been removed"
|
||||
select BR2_LEGACY
|
||||
JP2K support in EFL requires openjpeg 1.x (libopenjpeg1.pc)
|
||||
while Buildroot only packages openjpeg 2.x. Therefore, the
|
||||
JP2K loader has been removed from EFL.
|
||||
|
||||
config BR2_PACKAGE_SYSTEMD_COMPAT
|
||||
bool "systemd compatibility libraries have been removed"
|
||||
select BR2_LEGACY
|
||||
|
@ -252,16 +252,6 @@ config BR2_PACKAGE_EFL_PNG
|
||||
This enables the loader code that loads png files using
|
||||
libpng.
|
||||
|
||||
# JP2K support require openjpeg 1.x (libopenjpeg1.pc) which is not
|
||||
# available in Buildroot anymore.
|
||||
config BR2_PACKAGE_EFL_JP2K
|
||||
bool "libevas jp2k loader"
|
||||
select BR2_PACKAGE_OPENJPEG
|
||||
depends on BROKEN # require openjpeg 1.x
|
||||
help
|
||||
This enables the loader code that loads jp2k files using
|
||||
openjpeg.
|
||||
|
||||
config BR2_PACKAGE_EFL_JPEG
|
||||
bool "libevas jpeg loader"
|
||||
help
|
||||
|
@ -38,6 +38,7 @@ EFL_CONF_OPTS = \
|
||||
--with-elm-prefs-cc=$(HOST_DIR)/usr/bin/elm_prefs_cc \
|
||||
--with-elua=$(HOST_DIR)/usr/bin/elua \
|
||||
--with-eolian-gen=$(HOST_DIR)/usr/bin/eolian_gen \
|
||||
--disable-image-loader-jp2k \
|
||||
--disable-lua-old \
|
||||
--disable-poppler \
|
||||
--disable-sdl \
|
||||
@ -251,13 +252,6 @@ else
|
||||
EFL_CONF_OPTS += --disable-image-loader-tiff
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_EFL_JP2K),y)
|
||||
EFL_CONF_OPTS += --enable-image-loader-jp2k=yes
|
||||
EFL_DEPENDENCIES += openjpeg
|
||||
else
|
||||
EFL_CONF_OPTS += --disable-image-loader-jp2k
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_EFL_WEBP),y)
|
||||
EFL_CONF_OPTS += --enable-image-loader-webp=yes
|
||||
EFL_DEPENDENCIES += webp
|
||||
|
Loading…
Reference in New Issue
Block a user