libpng/scripts/libpng.pc.in

11 lines
215 B
PkgConfig
Raw Normal View History

2006-03-02 13:23:18 +00:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
2006-05-10 12:27:44 +00:00
includedir=@includedir@/libpng14
2002-03-07 04:08:00 +00:00
2006-03-02 13:23:18 +00:00
Name: libpng
2002-03-07 04:08:00 +00:00
Description: Loads and saves PNG files
2006-11-14 16:53:30 +00:00
Version: 1.4.0beta14
2006-05-10 12:27:44 +00:00
Libs: -L${libdir} -lpng14
2006-03-02 13:23:18 +00:00
Cflags: -I${includedir}