mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 12:28:26 +01:00
46168b2d00
Change-Id: I60f38e9f6e1cdba29163240a394b5be0a14c4bca
12 lines
241 B
PkgConfig
12 lines
241 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
|