package/poppler: autoconf options take two dashes

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Olivier Schonken <olivier.schonken@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yann E. MORIN 2015-05-06 00:48:08 +02:00 committed by Thomas Petazzoni
parent 5c95c7f84d
commit efc9efe47e

View File

@ -74,9 +74,9 @@ endif
ifeq ($(BR2_PACKAGE_OPENJPEG),y) ifeq ($(BR2_PACKAGE_OPENJPEG),y)
POPPLER_DEPENDENCIES += openjpeg POPPLER_DEPENDENCIES += openjpeg
POPPLER_CONF_OPTS += -enable-libopenjpeg=openjpeg1 POPPLER_CONF_OPTS += --enable-libopenjpeg=openjpeg1
else else
POPPLER_CONF_OPTS += -enable-libopenjpeg=none POPPLER_CONF_OPTS += --enable-libopenjpeg=none
endif endif
$(eval $(autotools-package)) $(eval $(autotools-package))