Skip to content

Commit edb91cc

Browse files
liangguoAlon Levy
authored and
Alon Levy
committed
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.
1 parent 86576ae commit edb91cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spice-server.pc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name: spice
77
Description: SPICE server library
88
Version: @VERSION@
99

10-
Requires: @SPICE_REQUIRES@
10+
Requires.private: @SPICE_REQUIRES@
1111
Libs: -L${libdir} -lspice-server
1212
Libs.private: @SPICE_NONPKGCONFIG_LIBS@
1313
Cflags: -I${includedir}/spice-server

0 commit comments

Comments
 (0)