mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-22 07:51:09 +00:00
12 lines
277 B
PkgConfig
12 lines
277 B
PkgConfig
|
prefix=
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: libwebpdemux
|
||
|
Description: Library for parsing the WebP graphics format container
|
||
|
Version: 1.3.1
|
||
|
Requires.private: libwebp >= 0.2.0
|
||
|
Cflags: -I${includedir}
|
||
|
Libs: -L${libdir} -lwebpdemux
|