mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-15 13:29:54 +02:00
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
12 lines
307 B
PkgConfig
12 lines
307 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libwebpdemux
|
|
Description: Library for parsing the WebP graphics format container
|
|
Version: @PACKAGE_VERSION@
|
|
Requires.private: libwebp >= 0.2.0
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -l@webp_libname_prefix@webpdemux
|