]> git.proxmox.com Git - mirror_qemu.git/commit
meson: remove OS definitions from config_targetos
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 26 May 2023 10:20:39 +0000 (12:20 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 31 Dec 2023 08:11:28 +0000 (09:11 +0100)
commit53e8868d69c195b6b57ccc6847057043c26df1b6
treed184c2ec45a3ffa0a924fffa4ec0d7782f0ebf95
parente7c22ff87aa3a71e6cad1e88c2651dde8c7d504b
meson: remove OS definitions from config_targetos

CONFIG_DARWIN, CONFIG_LINUX and CONFIG_BSD are used in some rules, but
only CONFIG_LINUX has substantial use.  Convert them all to if...endif.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
15 files changed:
accel/tcg/meson.build
backends/meson.build
block/meson.build
fsdev/meson.build
hw/9pfs/meson.build
hw/display/meson.build
hw/ppc/meson.build
hw/usb/meson.build
meson.build
net/can/meson.build
qga/meson.build
scsi/meson.build
system/meson.build
ui/meson.build
util/meson.build