summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libtiff
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-01-28 07:48:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-31 17:11:06 +0000
commit4360f7e2c16fae6361f3d8dffb0c34ec71c976ad (patch)
treeca21c9c0d23bc55fdd9c14fb1287420d8d003431 /meta/recipes-multimedia/libtiff
parentd119ac532f47a4da628b818bd1f8657383bc9b22 (diff)
downloadpoky-4360f7e2c16fae6361f3d8dffb0c34ec71c976ad.tar.gz
libtiff: add PACKAGECONFIG for libdeflate and zstd
The main reason for this is an issue with latest libtiff update that causes gtk4-native configure to fail in finding libtiff (while it just builds fine for target). By comparing libtiff-4.pc for native and target it turned out, that it links for native with zstd and libdeflate. Probably because those libs were found on my host system. Adding PACKAGECONFIGS for the libs prevents us from taking them from the host. (From OE-Core rev: ca2e2035b9d81a230a1a63f51b1300418e9b9ca6) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libtiff')
-rw-r--r--meta/recipes-multimedia/libtiff/tiff_4.5.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.5.0.bb b/meta/recipes-multimedia/libtiff/tiff_4.5.0.bb
index 261cb52081..e2cb512892 100644
--- a/meta/recipes-multimedia/libtiff/tiff_4.5.0.bb
+++ b/meta/recipes-multimedia/libtiff/tiff_4.5.0.bb
@@ -37,6 +37,8 @@ PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg,"
37PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib," 37PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib,"
38PACKAGECONFIG[lzma] = "--enable-lzma,--disable-lzma,xz," 38PACKAGECONFIG[lzma] = "--enable-lzma,--disable-lzma,xz,"
39PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp," 39PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp,"
40PACKAGECONFIG[zstd] = "--enable-zstd,--disable-zstd,zstd,"
41PACKAGECONFIG[libdeflate] = "--enable-libdeflate,--disable-libdeflate,libdeflate,"
40 42
41# Convert single-strip uncompressed images to multiple strips of specified 43# Convert single-strip uncompressed images to multiple strips of specified
42# size (default: 8192) to reduce memory usage 44# size (default: 8192) to reduce memory usage