]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
tiff: Add packageconfig knob for webp
authorKhem Raj <raj.khem@gmail.com>
Fri, 6 Jan 2023 09:05:23 +0000 (01:05 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Jan 2023 14:19:33 +0000 (14:19 +0000)
tiff-native otherwise falsely detects webp if its installed on build
host. This ensures deterministic behavior regardless of host.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/libtiff/tiff_4.5.0.bb

index 2ed70f75000893b36daebfcc250a9cde2136c14c..261cb5208166a8a381b5df2d1a0cf3f450fe35e5 100644 (file)
@@ -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