소스 검색

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>
Romain Naour 9 년 전
부모
커밋
cc1d379ec4
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      package/efl/Config.in

+ 3 - 0
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.