mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-28 22:52:17 +00:00
13 lines
247 B
PkgConfig
13 lines
247 B
PkgConfig
|
prefix=
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include/libpng16
|
||
|
|
||
|
Name: libpng
|
||
|
Description: Loads and saves PNG files
|
||
|
Version: 1.6.37
|
||
|
Requires: zlib
|
||
|
Libs: -L${libdir} -lpng16
|
||
|
Libs.private: -lz
|
||
|
Cflags: -I${includedir}
|