mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 12:28:26 +01:00
c5fa726e18
patch by Jan Engelhardt (jengelh at medozas dot de) fixes http://code.google.com/p/webp/issues/detail?id=64 Change-Id: I5b3bc9b88af967e48b949d9c85daacda45693b1f
12 lines
244 B
PkgConfig
12 lines
244 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
|