mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 12:28:26 +01:00
05ec4cc2d3
expands to e.g., -lpthread/-pthread, etc. if --enable-threading is used and additional libs/flags are required Change-Id: I8e8a7b44450bee32ddc58097e1e309d972b1092a
12 lines
273 B
PkgConfig
12 lines
273 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libwebp
|
|
Description: Library for the WebP graphics format
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lwebp
|
|
Libs.private: -lm @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
|