Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -15,11 +15,15 @@ if BR2_PACKAGE_POPPLER
|
||||
config BR2_PACKAGE_POPPLER_QT
|
||||
bool "Qt support"
|
||||
depends on BR2_PACKAGE_QT
|
||||
depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405 # Qt GUI module
|
||||
select BR2_PACKAGE_QT_GUI_MODULE
|
||||
select BR2_PACKAGE_QT_XML
|
||||
help
|
||||
Build Qt support into the Poppler library
|
||||
|
||||
comment "poppler Qt support needs a toolchain not affected by Binutils bug 19405"
|
||||
depends on BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405
|
||||
|
||||
endif
|
||||
|
||||
comment "poppler needs a toolchain w/ C++, threads"
|
||||
|
||||
@@ -11,7 +11,8 @@ POPPLER_DEPENDENCIES = fontconfig host-pkgconf
|
||||
POPPLER_LICENSE = GPLv2+
|
||||
POPPLER_LICENSE_FILES = COPYING
|
||||
POPPLER_INSTALL_STAGING = YES
|
||||
POPPLER_CONF_OPTS = --with-font-configuration=fontconfig
|
||||
POPPLER_CONF_OPTS = --with-font-configuration=fontconfig \
|
||||
--enable-xpdf-headers
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LCMS2),y)
|
||||
POPPLER_CONF_OPTS += --enable-cms=lcms2
|
||||
@@ -74,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
|
||||
|
||||
Reference in New Issue
Block a user