From 0cc3d0613abde1c903e408081a2b18c6a562daab Mon Sep 17 00:00:00 2001 From: Juhee Cho Date: Wed, 5 Oct 2016 21:33:15 +0200 Subject: leptonica: add PACKAGECONFIG for giflib * make it easier to disable giflib Signed-off-by: Juhee Cho Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta-oe/recipes-graphics') diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb index 0aebe89d2..c32d24aca 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 -- cgit v1.2.3-54-g00ecf