[oe-commits] [meta-openembedded] 01/15: leptonica: add PACKAGECONFIG for giflib

git at git.openembedded.org git at git.openembedded.org
Fri Oct 21 16:32:45 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 0cc3d0613abde1c903e408081a2b18c6a562daab
Author: Juhee Cho <juhee.cho at lge.com>
AuthorDate: Wed Oct 5 21:33:15 2016 +0200

    leptonica: add PACKAGECONFIG for giflib
    
    * make it easier to disable giflib
    
    Signed-off-by: Juhee Cho <juhee.cho at lge.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list