diff options
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/fbida/fbida_git.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/fbida/fbida_git.bb b/meta-oe/recipes-graphics/fbida/fbida_git.bb index f4dd01d8b..41c14b88a 100644 --- a/meta-oe/recipes-graphics/fbida/fbida_git.bb +++ b/meta-oe/recipes-graphics/fbida/fbida_git.bb | |||
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git" | |||
18 | EXTRA_OEMAKE = "STRIP=" | 18 | EXTRA_OEMAKE = "STRIP=" |
19 | 19 | ||
20 | PACKAGECONFIG ??= "gif png" | 20 | PACKAGECONFIG ??= "gif png" |
21 | PACKAGECONFIG[gif] = ",,libungif" | 21 | PACKAGECONFIG[gif] = ",,giflib" |
22 | PACKAGECONFIG[png] = ",,libpng" | 22 | PACKAGECONFIG[png] = ",,libpng" |
23 | PACKAGECONFIG[tiff] = ",,tiff" | 23 | PACKAGECONFIG[tiff] = ",,tiff" |
24 | PACKAGECONFIG[motif] = ",,libx11 libxext libxpm libxt openmotif" | 24 | PACKAGECONFIG[motif] = ",,libx11 libxext libxpm libxt openmotif" |
diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb index 6d57da743..e826e05bf 100644 --- a/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb +++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.70.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 libungif" | 2 | DEPENDS = "jpeg tiff libpng zlib giflib" |
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 | ||