Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Juhee Cho <juhee.cho@lge.com>
Subject: [meta-oe][PATCH 1/2] leptonica: add PACKAGECONFIG for giflib
Date: Tue, 11 Oct 2016 09:45:47 +0200	[thread overview]
Message-ID: <20161011074548.5520-1-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <20161006080729.26628-1-Martin.Jansa@gmail.com>

From: Juhee Cho <juhee.cho@lge.com>

* make it easier to disable giflib

Signed-off-by: Juhee Cho <juhee.cho@lge.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb
index 0aebe89..c32d24a 100644
--- a/meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb
+++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "A pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications"
-DEPENDS = "jpeg tiff libpng zlib giflib"
+DEPENDS = "jpeg tiff libpng zlib"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=20cdd3af097ca431b82004c691f406a6"
 
@@ -11,7 +11,8 @@ EXTRA_OECONF += " \
     --without-libwebp \
 "
 
-PACKAGECONFIG ??= ""
+PACKAGECONFIG ??= "giflib"
 PACKAGECONFIG[openjpeg] = "--with-libopenjpeg,--without-libopenjpeg,openjpeg"
+PACKAGECONFIG[giflib] = "--with-giflib,--without-giflib,giflib"
 
 inherit autotools pkgconfig
-- 
2.10.1



  parent reply	other threads:[~2016-10-11  7:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-06  8:07 [meta-oe][WIP][PATCH 1/2] tesseract: upgrade to 3.04 Martin Jansa
2016-10-06  8:07 ` [meta-oe][WIP][PATCH 2/2] leptonica: add PACKAGECONFIG for giflib Martin Jansa
2016-10-11  7:45 ` Martin Jansa [this message]
2016-10-11  7:45   ` [meta-oe][PATCH 2/2] tesseract: upgrade to 3.04 Martin Jansa
2016-10-11 10:22     ` Juhee Cho

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161011074548.5520-1-Martin.Jansa@gmail.com \
    --to=martin.jansa@gmail.com \
    --cc=juhee.cho@lge.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox