56f5955a24
vipsCC.pc.in was asking for vips-7.30.pc, but of course we now call it vips.pc thanks Alessandro
12 lines
255 B
PkgConfig
12 lines
255 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: vips
|
|
Description: Image processing library
|
|
Version: @VERSION@
|
|
Requires: @PACKAGES_USED@
|
|
Libs: -L${libdir} -lvips @VIPS_LIBS@ @VIPS_CXX_LIBS@
|
|
Cflags: -I${includedir}
|