mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
libwebp{,demux,mux}.pc.in: Requires -> Requires.private
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
This commit is contained in:
parent
bdf33d03b0
commit
31c28db53c
@ -6,6 +6,6 @@ includedir=@includedir@
|
|||||||
Name: libwebpdemux
|
Name: libwebpdemux
|
||||||
Description: Library for parsing the WebP graphics format container
|
Description: Library for parsing the WebP graphics format container
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Requires: libwebp >= 0.2.0
|
Requires.private: libwebp >= 0.2.0
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
Libs: -L${libdir} -l@webp_libname_prefix@webpdemux
|
Libs: -L${libdir} -l@webp_libname_prefix@webpdemux
|
||||||
|
@ -6,7 +6,7 @@ includedir=@includedir@
|
|||||||
Name: libwebp
|
Name: libwebp
|
||||||
Description: Library for the WebP graphics format
|
Description: Library for the WebP graphics format
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Requires: libsharpyuv
|
Requires.private: libsharpyuv
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
Libs: -L${libdir} -l@webp_libname_prefix@webp
|
Libs: -L${libdir} -l@webp_libname_prefix@webp
|
||||||
Libs.private: -lm @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
|
Libs.private: -lm @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
|
||||||
|
@ -6,7 +6,7 @@ includedir=@includedir@
|
|||||||
Name: libwebpmux
|
Name: libwebpmux
|
||||||
Description: Library for manipulating the WebP graphics format container
|
Description: Library for manipulating the WebP graphics format container
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Requires: libwebp >= 0.2.0
|
Requires.private: libwebp >= 0.2.0
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
Libs: -L${libdir} -l@webp_libname_prefix@webpmux
|
Libs: -L${libdir} -l@webp_libname_prefix@webpmux
|
||||||
Libs.private: -lm
|
Libs.private: -lm
|
||||||
|
Loading…
Reference in New Issue
Block a user