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@
2006-05-31 14:06:54 -04:00
includedir=@includedir@/libpng12
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
2009-11-12 21:23:01 -05:00
Version: 1.2.41beta20
2006-05-31 14:06:54 -04:00
Libs: -L${libdir} -lpng12
2006-03-02 08:23:18 -05:00
Cflags: -I${includedir}