package/poppler: enable autodetection of openjpeg

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>
This commit is contained in:
Angelo Compagnucci 2016-04-25 23:44:32 +02:00 committed by Thomas Petazzoni
parent 1d5bc00df2
commit b1aceeae2d

View 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