[PATCH 0/5] Small meson updates for QEMU 7.2

Paolo Bonzini posted 5 patches 1 year, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220927095921.261760-1-pbonzini@redhat.com
Maintainers: Michael Roth <michael.roth@amd.com>, Konstantin Kostiuk <kkostiuk@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>
configure                       | 75 +--------------------------------
meson                           |  2 +-
meson.build                     | 67 +++++++++++++++++++----------
qga/meson.build                 |  2 +-
scripts/main.c                  |  1 +
tests/qtest/dbus-display-test.c |  2 +-
ui/dbus.h                       |  2 +-
7 files changed, 50 insertions(+), 101 deletions(-)
create mode 100644 scripts/main.c
[PATCH 0/5] Small meson updates for QEMU 7.2
Posted by Paolo Bonzini 1 year, 7 months ago
Update Meson to 0.61.5 to fix a few longstanding issues:
- `checkinstall` on Debian Bullseye fails with `FileNotFoundError:` (#848)
- Meson warns about a broken Python install on Debian/Ubuntu (#873)
- dbus-display must be built as a module

Paolo Bonzini (5):
  ui: fix path to dbus-display1.h
  meson: require 0.61.3
  meson: multiple names can be passed to dependency()
  configure, meson: move C++ compiler detection to meson.build
  configure, meson: move linker flag detection to meson

 configure                       | 75 +--------------------------------
 meson                           |  2 +-
 meson.build                     | 67 +++++++++++++++++++----------
 qga/meson.build                 |  2 +-
 scripts/main.c                  |  1 +
 tests/qtest/dbus-display-test.c |  2 +-
 ui/dbus.h                       |  2 +-
 7 files changed, 50 insertions(+), 101 deletions(-)
 create mode 100644 scripts/main.c

-- 
2.37.3