add Libs.private to help static link with mingw
see https://github.com/jcupitt/libvips/issues/196
This commit is contained in:
parent
b9aef076d4
commit
a651f4b1b4
@ -8,4 +8,6 @@ Description: Image processing library
|
||||
Version: @VERSION@
|
||||
Requires: @PACKAGES_USED@
|
||||
Libs: -L${libdir} -lvips
|
||||
# necessary for static linking with mingw
|
||||
Libs.private: @VIPS_LIBS@ @VIPS_CXX_LIBS@
|
||||
Cflags: -I${includedir}
|
||||
|
Loading…
Reference in New Issue
Block a user