libvips/vipsCC.pc.in
John Cupitt 56f5955a24 vipsCC required the wrong version of vips
vipsCC.pc.in was asking for vips-7.30.pc, but of course we now call it
vips.pc

thanks Alessandro
2012-10-18 11:16:42 +01:00

11 lines
224 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: vipsCC
Description: C++ API for vips image processing library
Version: @VERSION@
Requires: vips = @VERSION@
Libs: -L${libdir} -lvipsCC