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:
parent
1d5bc00df2
commit
b1aceeae2d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user