qemu-devel
[Top][All Lists]
Advanced

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

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


From: Paolo Bonzini
Subject: [PATCH 0/5] Small meson updates for QEMU 7.2
Date: Tue, 27 Sep 2022 11:59:16 +0200

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




reply via email to

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