]> git.proxmox.com Git - mirror_qemu.git/commit - bsd-user/meson.build
meson: *-user: only descend into *-user when configured
authorWarner Losh <imp@bsdimp.com>
Fri, 8 Oct 2021 22:47:37 +0000 (16:47 -0600)
committerWarner Losh <imp@bsdimp.com>
Mon, 18 Oct 2021 18:51:39 +0000 (12:51 -0600)
commitdda2da6c94484b85d28fe7c29f7fee562deaf177
treecd7ddd9d255d016725cdf7e640f051fd29d43987
parent91a5adda1583fa8a3166bc16d79c67f3c87e958b
meson: *-user: only descend into *-user when configured

To increase flexibility, only descend into *-user when that is
configured. This allows *-user to selectively include directories based
on the host OS which may not exist on all hosts. Adopt Paolo's
suggestion of checking the configuration in the directories that know
about the configuration.

Message-Id: <20210926220103.1721355-2-f4bug@amsat.org>
Message-Id: <20210926220103.1721355-3-f4bug@amsat.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Warner Losh <wlosh@bsdimp.com>
Acked-by: Paolo Bonzini <pbonzinni@redhat.com>
Reviewed-by: Kyle Evans <kevans@FreeBSD.org>
bsd-user/meson.build
linux-user/meson.build
meson.build