]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/meson.build
meson: remove config_targetos
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 30 Aug 2023 09:52:43 +0000 (11:52 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 31 Dec 2023 08:11:28 +0000 (09:11 +0100)
commit1220f5813a7e1c4ff9cf7ffa189f979be3801044
treed536697049a5b1380fab0e04fdb6a6feaba3ee92
parentdc4954943d3adc82c4052aed592f2dc5a14c3fc7
meson: remove config_targetos

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".

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
chardev/meson.build
gdbstub/meson.build
meson.build
qga/meson.build
storage-daemon/meson.build
tcg/meson.build
tests/qtest/meson.build