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