[Spice-devel] [PATCH spice-protocol v4 5/5] build-sys: Requires proper pkg-config for MingW

Frediano Ziglio fziglio at redhat.com
Wed Oct 23 10:06:32 UTC 2019


.pc files requires MingW version, not system one.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 spice-protocol.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spice-protocol.spec.in b/spice-protocol.spec.in
index 54aacfd..2fe940b 100644
--- a/spice-protocol.spec.in
+++ b/spice-protocol.spec.in
@@ -19,7 +19,7 @@ and the para-virtual graphics card QXL.
 %define mingw_files() \
 %package -n %{1}-spice-protocol \
 Summary:        Spice protocol header files \
-Requires:       pkgconfig \
+Requires:       %{1}-pkg-config \
 \
 %description -n %{1}-spice-protocol \
 Header files describing the spice protocol \
-- 
2.21.0



More information about the Spice-devel mailing list