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:
Fabrice Fontaine 2019-12-08 09:51:43 +01:00 committed by Thomas Petazzoni
parent c6683f1754
commit 84a7e647ae
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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