[oe-commits] [meta-openembedded] 25/39: leptonica: add PACAKGECONFIG for openjpeg

git at git.openembedded.org git at git.openembedded.org
Thu May 19 10:10:52 UTC 2016


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

commit 1726e7172b66769c1597719cf7aba852159317a0
Author: Derek Straka <derek at asterius.io>
AuthorDate: Wed May 4 21:34:20 2016 -0400

    leptonica: add PACAKGECONFIG for openjpeg
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb
index e826e05..28701fc 100644
--- a/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb
+++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb
@@ -11,4 +11,7 @@ EXTRA_OECONF += " \
     --without-libwebp \
 "
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[openjpeg] = "--with-libopenjpeg,--without-libopenjpeg,openjpeg"
+
 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