0b44c23089
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>
17 lines
463 B
Makefile
17 lines
463 B
Makefile
################################################################################
|
|
#
|
|
# qpdf
|
|
#
|
|
################################################################################
|
|
|
|
QPDF_VERSION = 7.0.0
|
|
QPDF_SITE = http://downloads.sourceforge.net/project/qpdf/qpdf/$(QPDF_VERSION)
|
|
QPDF_INSTALL_STAGING = YES
|
|
QPDF_LICENSE = Artistic-2.0
|
|
QPDF_LICENSE_FILES = Artistic-2.0
|
|
QPDF_DEPENDENCIES = pcre zlib jpeg
|
|
|
|
QPDF_CONF_OPTS = --without-random
|
|
|
|
$(eval $(autotools-package))
|