libpng/scripts/libpng.pc.in

11 lines
215 B
PkgConfig
Raw Normal View History

2006-03-02 08:23:18 -05:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
2006-05-10 08:27:44 -04:00
includedir=@includedir@/libpng14
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
2008-11-23 07:48:29 -05:00
Version: 1.4.0beta39
2006-05-10 08:27:44 -04:00
Libs: -L${libdir} -lpng14
2006-03-02 08:23:18 -05:00
Cflags: -I${includedir}