diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-01-06 01:05:23 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-26 23:39:06 +0000 |
commit | e3d6dfa24d57073047fcd70493f555ec69cb9a3f (patch) | |
tree | 8d3cc9c96889e3a9529e63c12a6d1a027382e01f | |
parent | 4ad9222d092aaf0777712883f7c3e4836989f6de (diff) | |
download | poky-e3d6dfa24d57073047fcd70493f555ec69cb9a3f.tar.gz |
tiff: Add packageconfig knob for webp
tiff-native otherwise falsely detects webp if its installed on build
host. This ensures deterministic behavior regardless of host.
(From OE-Core rev: 02a77676bab5fe36f8209d9eedd38a384d6c0ab5)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 718c44f282310b2ca85877fed706460ccc1eebea)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_4.4.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.4.0.bb b/meta/recipes-multimedia/libtiff/tiff_4.4.0.bb index 970aab5433..831014bff1 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.4.0.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.4.0.bb | |||
@@ -45,6 +45,7 @@ PACKAGECONFIG[jbig] = "--enable-jbig,--disable-jbig,jbig," | |||
45 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg," | 45 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg," |
46 | PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib," | 46 | PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib," |
47 | PACKAGECONFIG[lzma] = "--enable-lzma,--disable-lzma,xz," | 47 | PACKAGECONFIG[lzma] = "--enable-lzma,--disable-lzma,xz," |
48 | PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp," | ||
48 | 49 | ||
49 | # Convert single-strip uncompressed images to multiple strips of specified | 50 | # Convert single-strip uncompressed images to multiple strips of specified |
50 | # size (default: 8192) to reduce memory usage | 51 | # size (default: 8192) to reduce memory usage |