mbox series

[0/5] meson: small cleanups

Message ID 20240524162006.1271778-1-pbonzini@redhat.com (mailing list archive)
Headers show
Series meson: small cleanups | expand

Message

Paolo Bonzini May 24, 2024, 4:20 p.m. UTC
All found while looking at Akihiko's issues with declare_dependency(
objects: ...).

https://patchew.org/QEMU/20240524-objects-v1-0-07cbbe96166b@daynix.com/

Paolo Bonzini (5):
  meson: remove unnecessary reference to libm
  meson: remove unnecessary dependency
  tcg: include dependencies in static_library()
  meson: do not query modules before they are processed
  migration: remove unnecessary zlib dependency

 meson.build             | 2 +-
 migration/dirtyrate.c   | 1 -
 migration/qemu-file.c   | 1 -
 audio/meson.build       | 4 ++--
 block/meson.build       | 4 ++--
 migration/meson.build   | 2 +-
 tcg/meson.build         | 8 ++++----
 tests/qtest/meson.build | 2 +-
 ui/meson.build          | 5 ++---
 9 files changed, 13 insertions(+), 16 deletions(-)