qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Small meson updates for QEMU 7.2
@ 2022-09-27  9:59 Paolo Bonzini
  2022-09-27  9:59 ` [PATCH 1/5] ui: fix path to dbus-display1.h Paolo Bonzini
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Paolo Bonzini @ 2022-09-27  9:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: marcandre.lureau

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



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

end of thread, other threads:[~2022-09-30  7:36 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-27  9:59 [PATCH 0/5] Small meson updates for QEMU 7.2 Paolo Bonzini
2022-09-27  9:59 ` [PATCH 1/5] ui: fix path to dbus-display1.h Paolo Bonzini
2022-09-27 10:38   ` Marc-André Lureau
2022-09-27  9:59 ` [PATCH 2/5] meson: require 0.61.3 Paolo Bonzini
2022-09-27 10:54   ` Marc-André Lureau
2022-09-27  9:59 ` [PATCH 3/5] meson: multiple names can be passed to dependency() Paolo Bonzini
2022-09-27 10:54   ` Marc-André Lureau
2022-09-27  9:59 ` [PATCH 4/5] configure, meson: move C++ compiler detection to meson.build Paolo Bonzini
2022-09-27 11:00   ` Marc-André Lureau
2022-09-28 16:25   ` Richard Henderson
2022-09-28 19:21     ` Paolo Bonzini
2022-09-28 21:08       ` Richard Henderson
2022-09-30  7:34         ` Paolo Bonzini
2022-09-27  9:59 ` [PATCH 5/5] configure, meson: move linker flag detection to meson Paolo Bonzini
2022-09-27 11:02   ` 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).