mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-28 14:38:21 +01:00
26ca843d71
Change-Id: I991fc30b5287016066fae1ba11ec842c88994c41
12 lines
278 B
PkgConfig
12 lines
278 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libwebpdemux
|
|
Description: Library for parsing the WebP graphics format container
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: libwebp >= 0.2.0
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lwebpdemux
|