summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiang Guo <bluestonechina@gmail.com>2011-10-23 17:14:44 +0800
committerAlon Levy <alevy@redhat.com>2011-10-23 11:31:59 +0200
commit2c92a5471216318765cf309b1ffa68ea0ffab9c0 (patch)
treed57ac9613643093fc45be5a6f742e266720b018b
parent40640a3f30bd6ab6978601f08835235ba9029f86 (diff)
downloadspice-2c92a5471216318765cf309b1ffa68ea0ffab9c0.tar.gz
spice-2c92a5471216318765cf309b1ffa68ea0ffab9c0.tar.xz
spice-2c92a5471216318765cf309b1ffa68ea0ffab9c0.zip
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.
-rw-r--r--spice-server.pc.in2
1 files changed, 1 insertions, 1 deletions
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