mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-16 01:28:24 +01:00
12 lines
279 B
PkgConfig
12 lines
279 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: libwebpmux
|
||
|
Description: Library for manipulating the WebP graphics format container
|
||
|
Version: @PACKAGE_VERSION@
|
||
|
Requires: libwebp >= 0.2.0
|
||
|
Cflags: -I${includedir}
|
||
|
Libs: -L${libdir} -lwebpmux
|