From 2c92a5471216318765cf309b1ffa68ea0ffab9c0 Mon Sep 17 00:00:00 2001 From: Liang Guo Date: Sun, 23 Oct 2011 17:14:44 +0800 Subject: spice-server.pc.in: move Requires to Requires.private When using pkg-config, Requires and Requires.private field list packages required by this package, but packages listed under Requires.private are not taken into account when a flag list is computed for dynamically linked executable. In the situation where each .pc file corresponds to a library, Requires.private shall be used exclusively to specify the dependencies between the libraries. --- spice-server.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spice-server.pc.in b/spice-server.pc.in index 69c80f34..f65ddcfc 100644 --- a/spice-server.pc.in +++ b/spice-server.pc.in @@ -7,7 +7,7 @@ Name: spice Description: SPICE server library Version: @VERSION@ -Requires: @SPICE_REQUIRES@ +Requires.private: @SPICE_REQUIRES@ Libs: -L${libdir} -lspice-server Libs.private: @SPICE_NONPKGCONFIG_LIBS@ Cflags: -I${includedir}/spice-server -- cgit