mirror of
https://github.com/webmproject/libwebp.git
synced 2025-03-10 11:42:58 +01: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
13 lines
324 B
PkgConfig
13 lines
324 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libwebp
|
|
Description: Library for the WebP graphics format
|
|
Version: @PACKAGE_VERSION@
|
|
Requires.private: libsharpyuv
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -l@webp_libname_prefix@webp
|
|
Libs.private: -lm @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
|