mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
11 lines
259 B
PkgConfig
11 lines
259 B
PkgConfig
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libwebpdecoder
|
|
Description: Library for the WebP graphics format (decode only)
|
|
Version: 1.4.0
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lwebpdecoder
|
|
Libs.private:
|