From 1726e7172b66769c1597719cf7aba852159317a0 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 4 May 2016 21:34:20 -0400 Subject: leptonica: add PACAKGECONFIG for openjpeg Signed-off-by: Derek Straka Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- 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 e826e05bf..28701fcfe 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 -- cgit v1.2.3-54-g00ecf