mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-13 22:01:30 +00:00
13 lines
293 B
PkgConfig
13 lines
293 B
PkgConfig
|
prefix=
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: libwebpmux
|
||
|
Description: Library for manipulating the WebP graphics format container
|
||
|
Version: 1.3.1
|
||
|
Requires.private: libwebp >= 0.2.0
|
||
|
Cflags: -I${includedir}
|
||
|
Libs: -L${libdir} -lwebpmux
|
||
|
Libs.private:
|