From c615ebb01c11faf7db72938472dc70a1dd12c5ba Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 7 Aug 2015 20:13:01 +0200 Subject: build-sys: Require a new enough spice-protocol in .pc file spice-server headers expose SpiceImageCompression which is only available from recent spice-protocol releases. This dependency must be expressed in Requires and not Requires.private --- spice-server.pc.in | 1 + 1 file changed, 1 insertion(+) (limited to 'spice-server.pc.in') diff --git a/spice-server.pc.in b/spice-server.pc.in index f65ddcfc..6514c44a 100644 --- a/spice-server.pc.in +++ b/spice-server.pc.in @@ -7,6 +7,7 @@ Name: spice Description: SPICE server library Version: @VERSION@ +Requires: spice-protocol >= @SPICE_PROTOCOL_MIN_VER@ Requires.private: @SPICE_REQUIRES@ Libs: -L${libdir} -lspice-server Libs.private: @SPICE_NONPKGCONFIG_LIBS@ -- cgit