qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/5] meson: mingw installation fixes & nsis conversion


From: Paolo Bonzini
Subject: Re: [PATCH 0/5] meson: mingw installation fixes & nsis conversion
Date: Tue, 25 Aug 2020 18:38:10 +0200

Whenever we fix these bugs I would rather avoid adding duplicates between options and config-host.mak, so that we can sooner or later get rid of config-host.mak.

For the same reason, I think all options should have a sensible default so that in the end it will be possible to do "meson setup". Do you think it's possible to extend the series in this direction?

Paolo

Il mar 25 ago 2020, 17:04 <marcandre.lureau@redhat.com> ha scritto:
From: Marc-André Lureau <marcandre.lureau@redhat.com>

Hi,

The following patches fix installation path when cross-compiling Windows
version, and move the NSIS build rule to meson.

Marc-André Lureau (5):
  meson: pass confsuffix option
  meson: use meson datadir instead of qemu_datadir
  meson: add docdir option and pass pre-prefix qemu_docdir
  meson: use meson mandir instead of qemu_mandir
  meson: add NSIS building

 Makefile                           | 56 -----------------------------
 configure                          |  2 ++
 contrib/vhost-user-gpu/meson.build |  2 +-
 docs/meson.build                   |  4 +--
 meson.build                        | 32 +++++++++++++++--
 meson_options.txt                  |  2 ++
 pc-bios/descriptors/meson.build    |  2 +-
 pc-bios/keymaps/meson.build        |  6 ++--
 pc-bios/meson.build                |  2 +-
 scripts/nsis.sh                    | 58 ++++++++++++++++++++++++++++++
 tools/virtiofsd/meson.build        |  2 +-
 trace/meson.build                  |  2 +-
 12 files changed, 101 insertions(+), 69 deletions(-)
 create mode 100755 scripts/nsis.sh

--
2.26.2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]