Files
libpng/libpng.pc.in
Glenn Randers-Pehrson 9b085c6c74 [alpha] Undid recent changes involving embedding $sysroot in libpng.pc.in
and libpng-config.in.  It is the job of pkg-config, not foo.pc, to mangle
the directory locations when $PKG_CONFIG_SYSROOT_DIR has been defined.
2010-01-02 20:45:33 -06:00

12 lines
293 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
Name: libpng
Description: Loads and saves PNG files
Version: @PNGLIB_VERSION@
Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
Libs.private: @LIBS@
Cflags: -I${includedir}