summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb5
1 files 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 0aebe89d28..c32d24aca7 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 @@
1DESCRIPTION = "A pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications" 1DESCRIPTION = "A pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications"
2DEPENDS = "jpeg tiff libpng zlib giflib" 2DEPENDS = "jpeg tiff libpng zlib"
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=20cdd3af097ca431b82004c691f406a6" 4LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=20cdd3af097ca431b82004c691f406a6"
5 5
@@ -11,7 +11,8 @@ EXTRA_OECONF += " \
11 --without-libwebp \ 11 --without-libwebp \
12" 12"
13 13
14PACKAGECONFIG ??= "" 14PACKAGECONFIG ??= "giflib"
15PACKAGECONFIG[openjpeg] = "--with-libopenjpeg,--without-libopenjpeg,openjpeg" 15PACKAGECONFIG[openjpeg] = "--with-libopenjpeg,--without-libopenjpeg,openjpeg"
16PACKAGECONFIG[giflib] = "--with-giflib,--without-giflib,giflib"
16 17
17inherit autotools pkgconfig 18inherit autotools pkgconfig