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

marcandre.lureau@redhat.com posted 5 patches 3 years, 8 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200825175827.355940-1-marcandre.lureau@redhat.com
There is a newer version of this series
Makefile                           | 56 ---------------------
configure                          |  2 +
contrib/vhost-user-gpu/meson.build |  2 +-
docs/meson.build                   |  4 +-
meson.build                        | 33 +++++++++++--
meson_options.txt                  |  2 +
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, 122 insertions(+), 69 deletions(-)
create mode 100644 scripts/nsis.py
[PATCH v2 0/5] meson: mingw installation fixes & nsis conversion
Posted by marcandre.lureau@redhat.com 3 years, 8 months ago
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.

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

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                        | 33 +++++++++++--
 meson_options.txt                  |  2 +
 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, 122 insertions(+), 69 deletions(-)
 create mode 100644 scripts/nsis.py

-- 
2.26.2