openwrt-packages/libs/libwebp
Alexandru Ardelean 401291ba7e 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>
2021-10-02 19:55:07 +01:00
..
patches libwebp: fix webpmux lib name for cmake linking 2021-10-02 19:55:07 +01:00
Makefile libs: libwebp: bump to 1.2.1 & assign myself as maintainer 2021-09-30 14:29:13 -07:00