mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
qpdf: add missing dependency on jpeg
Fixes: configure: WARNING: unable to find required header jpeglib.h configure: WARNING: unable to find required library jpeg configure: error: some required prerequisites were not found Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
4e09fd8bde
commit
0b44c23089
@ -3,6 +3,7 @@ config BR2_PACKAGE_QPDF
|
|||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
select BR2_PACKAGE_PCRE
|
select BR2_PACKAGE_PCRE
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
|
select BR2_PACKAGE_JPEG
|
||||||
help
|
help
|
||||||
QPDF is a command-line program that does structural, content-
|
QPDF is a command-line program that does structural, content-
|
||||||
preserving transformations on PDF files. It could have been called
|
preserving transformations on PDF files. It could have been called
|
||||||
|
@ -9,7 +9,7 @@ QPDF_SITE = http://downloads.sourceforge.net/project/qpdf/qpdf/$(QPDF_VERSION)
|
|||||||
QPDF_INSTALL_STAGING = YES
|
QPDF_INSTALL_STAGING = YES
|
||||||
QPDF_LICENSE = Artistic-2.0
|
QPDF_LICENSE = Artistic-2.0
|
||||||
QPDF_LICENSE_FILES = Artistic-2.0
|
QPDF_LICENSE_FILES = Artistic-2.0
|
||||||
QPDF_DEPENDENCIES = pcre zlib
|
QPDF_DEPENDENCIES = pcre zlib jpeg
|
||||||
|
|
||||||
QPDF_CONF_OPTS = --without-random
|
QPDF_CONF_OPTS = --without-random
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user