libvips/vips-7.25.pc.in
John Cupitt 8ddc805878 phew all done
iofuncs is now all on the vips_ namespace, and all revised, hopefully
2011-03-28 17:18:06 +01:00

12 lines
297 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: vips-@VIPS_MAJOR_VERSION@.@VIPS_MINOR_VERSION@
Description: Image processing library
Version: @VERSION@
Requires: @PACKAGES_USED@
Libs: -L${libdir} -lvips @VIPS_LIBS@ @VIPS_CXX_LIBS@
Cflags: -I${includedir}