mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 03:06:55 +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: 718c44f282310b2ca85877fed706460ccc1eebea) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
8e95eae0d1
commit
a51c87b6b4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user