
16 Apr
2018
16 Apr
'18
10:14 a.m.
On Thu, Apr 12, 2018 at 06:06:30PM +0200, Andrea Bolognani wrote:
Instead of cramming the dependencies that we need for a MinGW build of libvirt along with those we need for a native build, create a new project for the former.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- guests/host_vars/libvirt-fedora-rawhide/main.yml | 1 + guests/vars/projects/libvirt+mingw.yml | 28 ++++++++++++++++++++++++ guests/vars/projects/libvirt.yml | 24 -------------------- 3 files changed, 29 insertions(+), 24 deletions(-) create mode 100644 guests/vars/projects/libvirt+mingw.yml
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>