summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-07-08 00:01:09 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-15 17:03:13 +0200
commitcc1d379ec4f56fb93685d36cbeffecfcc928a1ff (patch)
tree2937a67975005a979550d63380b1e7c477aaa93e
parentc10b7c07a49673ff0d67b5c90daa6dd14ed3de4c (diff)
downloadbuildroot-cc1d379ec4f56fb93685d36cbeffecfcc928a1ff.tar.gz
buildroot-cc1d379ec4f56fb93685d36cbeffecfcc928a1ff.zip
package/efl: disable libevas jp2k loader
When the support for JP2K is requested, the configure script is looking for libopenjpeg1.pc which is not provided by the openjpeg package since it's too recent (currently v2.1). Mark BR2_PACKAGE_EFL_JP2K as broken until a new version of the efl stack support the new openjpeg library. Fixes: http://autobuild.buildroot.net/results/ff1/ff1dbbc6cffdb5b2550b3613295151ff9fa964d6 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/efl/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/efl/Config.in b/package/efl/Config.in
index 4ab1ec428a..ee1a39d891 100644
--- a/package/efl/Config.in
+++ b/package/efl/Config.in
@@ -151,9 +151,12 @@ 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.
OpenPOWER on IntegriCloud