mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
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:
committed by
Thomas Petazzoni
parent
5c95c7f84d
commit
efc9efe47e
@@ -74,9 +74,9 @@ endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENJPEG),y)
|
||||
POPPLER_DEPENDENCIES += openjpeg
|
||||
POPPLER_CONF_OPTS += -enable-libopenjpeg=openjpeg1
|
||||
POPPLER_CONF_OPTS += --enable-libopenjpeg=openjpeg1
|
||||
else
|
||||
POPPLER_CONF_OPTS += -enable-libopenjpeg=none
|
||||
POPPLER_CONF_OPTS += --enable-libopenjpeg=none
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user