package/poppler: enable autodetection of openjpeg
authorAngelo Compagnucci <angelo.compagnucci@gmail.com>
Mon, 25 Apr 2016 21:44:32 +0000 (23:44 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 9 Jun 2016 22:36:40 +0000 (00:36 +0200)
This patch enables autodetection for installed openjpeg library.
Previously we were forcing to version 1.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/poppler/poppler.mk

index 1113e4bd28e908a6e7117946eda9fbf5940fd45d..c6cd2eb92fb8f99c768dbf41ddb6499d71889f72 100644 (file)
@@ -75,7 +75,7 @@ endif
 
 ifeq ($(BR2_PACKAGE_OPENJPEG),y)
 POPPLER_DEPENDENCIES += openjpeg
-POPPLER_CONF_OPTS += --enable-libopenjpeg=openjpeg1
+POPPLER_CONF_OPTS += --enable-libopenjpeg
 else
 POPPLER_CONF_OPTS += --enable-libopenjpeg=none
 endif