packages/libs/libwebp
Alexandru Ardelean 7e2266babb libwebp: fix webpmux lib name for cmake linking
When using CMake the `<prefix>/usr/share/WebP/cmake/WebPConfig.cmake` gets
used to get the names of the libraries to link against.

Since version 1.2.1 of libwebp, libwebpmux is on by default.
This causes a linker error because the linker arg should be `-lwebpmux`
instead of `-llibwebpmux`.

This is easily fixable by correcting the generation of the WebPConfig.cmake
file to append `webpmux` when this lib is enabled.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-02-11 13:56:15 +00:00
..
patches libwebp: fix webpmux lib name for cmake linking 2022-02-11 13:56:15 +00:00
Makefile libs: libwebp: bump to 1.2.1 & assign myself as maintainer 2022-02-11 13:56:05 +00:00