add Libs.private to help static link with mingw

see https://github.com/jcupitt/libvips/issues/196
This commit is contained in:
John Cupitt 2014-11-29 11:27:36 +00:00
parent b9aef076d4
commit a651f4b1b4
1 changed files with 2 additions and 0 deletions

View File

@ -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}