From b9aef076d428ded63a1a1060970c9621ac85f38d Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sat, 29 Nov 2014 09:56:59 +0000 Subject: [PATCH] don't make the .pc libs list ourselves see https://github.com/jcupitt/libvips/issues/196 thanks bgilbert --- vips.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vips.pc.in b/vips.pc.in index 9c702b02..aee4702a 100644 --- a/vips.pc.in +++ b/vips.pc.in @@ -7,5 +7,5 @@ Name: vips Description: Image processing library Version: @VERSION@ Requires: @PACKAGES_USED@ -Libs: -L${libdir} -lvips @VIPS_LIBS@ @VIPS_CXX_LIBS@ +Libs: -L${libdir} -lvips Cflags: -I${includedir}