mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
Add libxslt as build requires for mingw RPMs
The libxslt package is needed since:
commit 94d2d6429d
Author: Daniel P. Berrange <berrange@redhat.com>
Date: Wed Jul 26 17:40:44 2017 +0100
docs: make xmllint & xsltproc compulsory
The native RPM had it already, but mingw build was missing it.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
e703039c20
commit
5a1a649dcf
@ -60,6 +60,7 @@ BuildRequires: mingw64-dlfcn
|
||||
BuildRequires: pkgconfig
|
||||
# Need native version for msgfmt
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: python
|
||||
%if 0%{?fedora} >= 27
|
||||
BuildRequires: perl-interpreter
|
||||
|
Loading…
Reference in New Issue
Block a user