mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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: dafd8cf38d6414ca3102695b5a55a8fd2718e584) 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>
This commit is contained in:
@@ -60,6 +60,7 @@ PACKAGECONFIG[jbig] = "--enable-jbig,--disable-jbig,jbig,"
|
|||||||
PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg,"
|
PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg,"
|
||||||
PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib,"
|
PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib,"
|
||||||
PACKAGECONFIG[lzma] = "--enable-lzma,--disable-lzma,xz,"
|
PACKAGECONFIG[lzma] = "--enable-lzma,--disable-lzma,xz,"
|
||||||
|
PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp,"
|
||||||
|
|
||||||
# Convert single-strip uncompressed images to multiple strips of specified
|
# Convert single-strip uncompressed images to multiple strips of specified
|
||||||
# size (default: 8192) to reduce memory usage
|
# size (default: 8192) to reduce memory usage
|
||||||
|
|||||||
Reference in New Issue
Block a user