package/qpdf: remove pcre dependency
pcre is not needed since version 7.0.0 and
9a96e233b0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
c6683f1754
commit
84a7e647ae
@ -1,7 +1,6 @@
|
||||
config BR2_PACKAGE_QPDF
|
||||
bool "qpdf"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
select BR2_PACKAGE_PCRE
|
||||
select BR2_PACKAGE_ZLIB
|
||||
select BR2_PACKAGE_JPEG
|
||||
help
|
||||
|
@ -9,7 +9,7 @@ QPDF_SITE = http://downloads.sourceforge.net/project/qpdf/qpdf/$(QPDF_VERSION)
|
||||
QPDF_INSTALL_STAGING = YES
|
||||
QPDF_LICENSE = Apache-2.0 or Artistic-2.0
|
||||
QPDF_LICENSE_FILES = LICENSE.txt Artistic-2.0
|
||||
QPDF_DEPENDENCIES = pcre zlib jpeg
|
||||
QPDF_DEPENDENCIES = zlib jpeg
|
||||
|
||||
QPDF_CONF_OPTS = --without-random
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user