mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-16 07:11:22 +00:00
12 lines
242 B
PkgConfig
12 lines
242 B
PkgConfig
|
prefix=/usr/local
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include/libpng15
|
||
|
|
||
|
Name: libpng
|
||
|
Description: Loads and saves PNG files
|
||
|
Version: 1.5.11
|
||
|
Libs: -L${libdir} -lpng15
|
||
|
Libs.private: -lz
|
||
|
Cflags: -I${includedir}
|