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
This commit is contained in:
parent
0348f8a4da
commit
56f5955a24
@ -1,5 +1,6 @@
|
|||||||
2/10/12 started 7.30.4
|
2/10/12 started 7.30.4
|
||||||
- remove options from format string in .dzi (thanks Martin)
|
- remove options from format string in .dzi (thanks Martin)
|
||||||
|
- vipsCC.pc required the wrong version of vips (thanks Alessandro)
|
||||||
|
|
||||||
13/9/12 started 7.30.3
|
13/9/12 started 7.30.3
|
||||||
- linecache sized itself too large
|
- linecache sized itself too large
|
||||||
|
@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
|
|||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
includedir=@includedir@
|
includedir=@includedir@
|
||||||
|
|
||||||
Name: vips-@VIPS_MAJOR_VERSION@.@VIPS_MINOR_VERSION@
|
Name: vips
|
||||||
Description: Image processing library
|
Description: Image processing library
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: @PACKAGES_USED@
|
Requires: @PACKAGES_USED@
|
||||||
|
@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@
|
|||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
includedir=@includedir@
|
includedir=@includedir@
|
||||||
|
|
||||||
Name: vipsCC-@VIPS_MAJOR_VERSION@.@VIPS_MINOR_VERSION@
|
Name: vipsCC
|
||||||
Description: C++ API for vips image processing library
|
Description: C++ API for vips image processing library
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: vips-@VIPS_MAJOR_VERSION@.@VIPS_MINOR_VERSION@ = @VERSION@
|
Requires: vips = @VERSION@
|
||||||
Libs: -L${libdir} -lvipsCC
|
Libs: -L${libdir} -lvipsCC
|
||||||
|
Loading…
Reference in New Issue
Block a user