mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-15 23:01:21 +00:00
11 lines
242 B
PkgConfig
11 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}
|