diff options
author | Derek Straka <derek@asterius.io> | 2016-05-04 21:34:20 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-10 20:18:30 +0200 |
commit | 35c7a5b63b24ecfa616dacc45c9d0415da1ca5ca (patch) | |
tree | 2001220c936b6452a517a02b03223955435e54e4 | |
parent | f3472205e88f504dc3e6db06f3c98dd822d337e4 (diff) | |
download | meta-openembedded-35c7a5b63b24ecfa616dacc45c9d0415da1ca5ca.tar.gz |
leptonica: add PACAKGECONFIG for openjpeg
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb index 57bc5dd52..0aebe89d2 100644 --- a/meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb +++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.73.bb | |||
@@ -11,4 +11,7 @@ EXTRA_OECONF += " \ | |||
11 | --without-libwebp \ | 11 | --without-libwebp \ |
12 | " | 12 | " |
13 | 13 | ||
14 | PACKAGECONFIG ??= "" | ||
15 | PACKAGECONFIG[openjpeg] = "--with-libopenjpeg,--without-libopenjpeg,openjpeg" | ||
16 | |||
14 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |