mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
12 lines
255 B
PkgConfig
12 lines
255 B
PkgConfig
prefix=/mingw32
|
|
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}
|