stk-code_catmod/lib/libpng/scripts/libpng.pc.in
Deve 9ebdb5fd00 Update libpng to newer version in order to fix some vulnerabilities.
I decided to just make a bug-fix update and keep the 1.5.x series because newer versions may also need the zlib update.
2017-06-05 21:10:38 +02:00

11 lines
210 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/libpng15
Name: libpng
Description: Loads and saves PNG files
Version: 1.5.28
Libs: -L${libdir} -lpng15
Cflags: -I${includedir}