The Wayback Machine - https://web.archive.org/web/20210413145742/https://github.com/libvips/libvips/blob/master/vips.pc.in
Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
14 lines (12 sloc) 290 Bytes
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: vips
Description: Image processing library
Version: @VERSION@
Requires.private: @PACKAGES_USED@
Requires: gobject-2.0
Libs: -L${libdir} -lvips
Libs.private: @EXTRA_LIBS_USED@
Cflags: -I${includedir}