mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-06 03:52:54 +01:00
31c28db53c
The libraries don't expose the symbols in libsharpyuv / libwebp, they're only needed when static linking. Noted for libwebp (Requires: libsharpyuv) in: https://crbug.com/webp/590#c5. libwebpdemux and libwebpmux had a similar issue with libwebp. See also: https://web.archive.org/web/20190921014607/https://wiki.openmandriva.org/en/Overlinking_issues_in_packaging Change-Id: Ia1866b6b44cbb1ef1a77fd45fbcf10c027eae788
13 lines
326 B
PkgConfig
13 lines
326 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libwebpmux
|
|
Description: Library for manipulating the WebP graphics format container
|
|
Version: @PACKAGE_VERSION@
|
|
Requires.private: libwebp >= 0.2.0
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -l@webp_libname_prefix@webpmux
|
|
Libs.private: -lm
|