blob: 3e7e2c58a7effd223f31153e65a9b92d59bc54f7 [file] [log] [blame]
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
5
6Name: libpng
7Description: Loads and saves PNG files
8Version: @PNGLIB_VERSION@
9Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
10Libs.private: @LIBS@
Glenn Randers-Pehrson glennrp@comcast.net7ecf7bd2009-05-02 15:36:08 -050011Cflags: -I${includedir}