11 lines
210 B
PkgConfig
Raw Normal View History

2012-06-10 19:34:51 +01:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
2012-06-12 18:11:52 +01:00
includedir=@includedir@/libpng15
2012-06-10 19:34:51 +01:00
Name: libpng
Description: Loads and saves PNG files
2012-06-12 18:11:52 +01:00
Version: 1.5.10
Libs: -L${libdir} -lpng15
2012-06-10 19:34:51 +01:00
Cflags: -I${includedir}