* [Buildroot] [PATCH 1/1] qpdf: Fix dependency on JPEG
@ 2017-10-19 8:56 Olivier Schonken
2017-10-21 8:18 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Olivier Schonken @ 2017-10-19 8:56 UTC (permalink / raw)
To: buildroot
Solves http://autobuild.buildroot.net/results/1abd0814de200abd6bad42675405a686cac4eb58
Signed-off-by: Olivier Schonken <olivier.schonken@gmail.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 e8ab9ba969..0b29b6f827 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 5b775401a6..27e4d09978 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
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] qpdf: Fix dependency on JPEG
2017-10-19 8:56 [Buildroot] [PATCH 1/1] qpdf: Fix dependency on JPEG Olivier Schonken
@ 2017-10-21 8:18 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-10-21 8:18 UTC (permalink / raw)
To: buildroot
Hello,
On Thu, 19 Oct 2017 10:56:35 +0200, Olivier Schonken wrote:
> Solves http://autobuild.buildroot.net/results/1abd0814de200abd6bad42675405a686cac4eb58
>
> Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
> ---
> package/qpdf/Config.in | 1 +
> package/qpdf/qpdf.mk | 2 +-
> 2 files changed, 2 insertions(+), 1 deletion(-)
I've removed the autobuilder reference, which is now broken (following
the hard disk crash), and replaced with an actual copy/paste of the
error being fixed. And applied.
Thanks a lot!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-21 8:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-19 8:56 [Buildroot] [PATCH 1/1] qpdf: Fix dependency on JPEG Olivier Schonken
2017-10-21 8:18 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox