qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/8] meson: mingw installation fixes & nsis conversion
@ 2020-08-26 11:04 marcandre.lureau
  2020-08-26 11:04 ` [PATCH v3 1/8] configure: rename confsuffix option marcandre.lureau
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: marcandre.lureau @ 2020-08-26 11:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: sw, berrange, Marc-André Lureau, pbonzini

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.

v3:
 - change qemu suffix handling, make /-separator implicit
 - use qemu suffix to build qemu_docdir, as --help says
 - use / to construct qemu directory variables in meson
 - add a few signed-off from Daniel

v2:
 - replaced the shell script by a python version
 - add copyright/license for the new python script

Marc-André Lureau (8):
  configure: rename confsuffix option
  configure: always /-seperate directory from qemu_suffix
  configure: build docdir like other suffixed directories
  meson: pass qemu_suffix option
  meson: use meson datadir instead of qemu_datadir
  meson: pass docdir option
  meson: use meson mandir instead of qemu_mandir
  meson: add NSIS building

 Makefile                           | 56 ---------------------
 configure                          | 27 ++++++-----
 contrib/vhost-user-gpu/meson.build |  2 +-
 docs/meson.build                   |  4 +-
 meson.build                        | 34 +++++++++++--
 meson_options.txt                  |  4 ++
 pc-bios/descriptors/meson.build    |  2 +-
 pc-bios/keymaps/meson.build        |  6 +--
 pc-bios/meson.build                |  2 +-
 scripts/nsis.py                    | 78 ++++++++++++++++++++++++++++++
 tools/virtiofsd/meson.build        |  2 +-
 trace/meson.build                  |  2 +-
 12 files changed, 138 insertions(+), 81 deletions(-)
 create mode 100644 scripts/nsis.py

-- 
2.26.2




^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2020-09-09 13:22 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-26 11:04 [PATCH v3 0/8] meson: mingw installation fixes & nsis conversion marcandre.lureau
2020-08-26 11:04 ` [PATCH v3 1/8] configure: rename confsuffix option marcandre.lureau
2020-08-26 11:04 ` [PATCH v3 2/8] configure: always /-seperate directory from qemu_suffix marcandre.lureau
2020-09-09 13:15   ` Philippe Mathieu-Daudé
2020-09-09 13:20     ` Marc-André Lureau
2020-08-26 11:04 ` [PATCH v3 3/8] configure: build docdir like other suffixed directories marcandre.lureau
2020-08-26 11:04 ` [PATCH v3 4/8] meson: pass qemu_suffix option marcandre.lureau
2020-08-26 11:04 ` [PATCH v3 5/8] meson: use meson datadir instead of qemu_datadir marcandre.lureau
     [not found]   ` <20200909095147.p6ywqn5ze7mbmvm6@lws.brq.redhat.com>
2020-09-09 10:13     ` Marc-André Lureau
     [not found]       ` <20200909124622.nsekxztqfrg6mijs@lws.brq.redhat.com>
2020-09-09 13:17         ` Marc-André Lureau
2020-09-09 13:21           ` Paolo Bonzini
2020-08-26 11:04 ` [PATCH v3 6/8] meson: pass docdir option marcandre.lureau
2020-08-26 11:04 ` [PATCH v3 7/8] meson: use meson mandir instead of qemu_mandir marcandre.lureau
2020-08-26 11:04 ` [PATCH v3 8/8] meson: add NSIS building marcandre.lureau
2020-08-26 11:37 ` [PATCH v3 0/8] meson: mingw installation fixes & nsis conversion Paolo Bonzini
2020-08-26 11:50   ` Marc-André Lureau
2020-08-26 13:46     ` Paolo Bonzini
2020-08-26 16:38       ` Marc-André Lureau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).