libpng/scripts/libpng.pc.in

11 lines
216 B
PkgConfig
Raw Normal View History

2006-03-02 08:23:18 -05:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/libpng16
2002-03-06 23:08:00 -05:00
2006-03-02 08:23:18 -05:00
Name: libpng
2002-03-06 23:08:00 -05:00
Description: Loads and saves PNG files
Version: 1.6.31beta01
Libs: -L${libdir} -lpng16
2006-03-02 08:23:18 -05:00
Cflags: -I${includedir}