On 21/12/23 18:19, Paolo Bonzini wrote:
config_targetos is now empty and can be removed; its use in sourcesets
that do not involve target-specific files can be replaced with an empty
dictionary.

In fact, at this point *all* sourcesets that do not involve
target-specific files are just glorified mutable arrays.  Enforce that
they never test for symbols in "when:" by computing the set of files
without "strict: false".

Cool!

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
---
  chardev/meson.build        |  2 +-
  gdbstub/meson.build        |  4 ++--
  meson.build                | 24 ++++++++++--------------
  qga/meson.build            |  2 +-
  storage-daemon/meson.build |  2 +-
  tcg/meson.build            |  2 +-
  tests/qtest/meson.build    |  2 +-
  7 files changed, 17 insertions(+), 21 deletions(-)


Reply via email to