All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] qpdf: add missing dependency on jpeg
@ 2017-10-21  8:15 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2017-10-21  8:15 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=0b44c23089308cd6394858c924c34c411fb361e9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
---
 package/qpdf/Config.in | 1 +
 package/qpdf/qpdf.mk   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/qpdf/Config.in b/package/qpdf/Config.in
index e8ab9ba..0b29b6f 100644
--- a/package/qpdf/Config.in
+++ b/package/qpdf/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_QPDF
 	depends on BR2_INSTALL_LIBSTDCPP
 	select BR2_PACKAGE_PCRE
 	select BR2_PACKAGE_ZLIB
+	select BR2_PACKAGE_JPEG
 	help
 	  QPDF is a command-line program that does structural, content-
 	  preserving transformations on PDF files. It could have been called
diff --git a/package/qpdf/qpdf.mk b/package/qpdf/qpdf.mk
index 5b77540..27e4d09 100644
--- a/package/qpdf/qpdf.mk
+++ b/package/qpdf/qpdf.mk
@@ -9,7 +9,7 @@ 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
+QPDF_DEPENDENCIES = pcre zlib jpeg
 
 QPDF_CONF_OPTS = --without-random
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-10-21  8:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-21  8:15 [Buildroot] [git commit] qpdf: add missing dependency on jpeg Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.