[Spice-devel] [PATCH spice-protocol 5/5] build-sys: Requires proper pkg-config for MingW
Frediano Ziglio
fziglio at redhat.com
Fri Oct 11 09:56:29 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 375291c..d295e44 100644
--- a/spice-protocol.spec.in
+++ b/spice-protocol.spec.in
@@ -31,7 +31,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