summaryrefslogtreecommitdiffstats
path: root/spice-server.pc.in
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:26:30 +0200
commitedb91ccc09e4fd4cad0940d88f3455651eb7c367 (patch)
tree0867687b58f3cbc56006dd56e0768e2f51f46190 /spice-server.pc.in
parent86576aec6ab83712e26221beb743565ecad27721 (diff)
downloadspice-edb91ccc09e4fd4cad0940d88f3455651eb7c367.tar.gz
spice-edb91ccc09e4fd4cad0940d88f3455651eb7c367.tar.xz
spice-edb91ccc09e4fd4cad0940d88f3455651eb7c367.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.
Diffstat (limited to 'spice-server.pc.in')
-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