5778dfac1a
we used to have minor version numbers in the pkg-confiog files, eg: pkg-config vips-7.28 --cflags The idea was to make working with multiple installed versions (something I do a lot at least) easier. But it was also annoying and made upgrading harder for downstream packages. And the benefits were very marginal.
12 lines
297 B
PkgConfig
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}
|