Files
libpng/libpng.pc.in
Glenn Randers-Pehrson 8c8e58a2ee [alpha] Recognize and use "--sysroot=DIR" in libpng-config.in and libpng.pc.in
Recognize and use environment variable $PKG_CONFIG_SYSROOT_DIR as default
setting of ${sysroot} in libpng.pc.in
2010-01-02 11:26:24 -06:00

13 lines
367 B
PkgConfig

sysroot=${PKG_CONFIG_SYSROOT_DIR}
prefix=${sysroot}@prefix@
exec_prefix=${sysroot}@exec_prefix@
libdir=${sysroot}@libdir@
includedir=${sysroot}@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}