mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01: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: 718c44f282310b2ca85877fed706460ccc1eebea) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -36,6 +36,7 @@ PACKAGECONFIG[jbig] = "--enable-jbig,--disable-jbig,jbig,"
|
||||
PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg,"
|
||||
PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib,"
|
||||
PACKAGECONFIG[lzma] = "--enable-lzma,--disable-lzma,xz,"
|
||||
PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp,"
|
||||
|
||||
# Convert single-strip uncompressed images to multiple strips of specified
|
||||
# size (default: 8192) to reduce memory usage
|
||||
|
||||
Reference in New Issue
Block a user