|
@@ -151,9 +151,12 @@ config BR2_PACKAGE_EFL_PNG
|
|
This enables the loader code that loads png files using
|
|
This enables the loader code that loads png files using
|
|
libpng.
|
|
libpng.
|
|
|
|
|
|
|
|
+# JP2K support require openjpeg 1.x (libopenjpeg1.pc) which is not
|
|
|
|
+# available in Buildroot anymore.
|
|
config BR2_PACKAGE_EFL_JP2K
|
|
config BR2_PACKAGE_EFL_JP2K
|
|
bool "libevas jp2k loader"
|
|
bool "libevas jp2k loader"
|
|
select BR2_PACKAGE_OPENJPEG
|
|
select BR2_PACKAGE_OPENJPEG
|
|
|
|
+ depends on BROKEN # require openjpeg 1.x
|
|
help
|
|
help
|
|
This enables the loader code that loads jp2k files using
|
|
This enables the loader code that loads jp2k files using
|
|
openjpeg.
|
|
openjpeg.
|