mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
meson: rename config_all
config_all now lists only accelerators, rename it to indicate its actual content. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
0d66549cf5
commit
cfc1a889e5
7 changed files with 17 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
|||
if 'CONFIG_TCG' not in config_all
|
||||
if 'CONFIG_TCG' not in config_all_accel
|
||||
subdir_done()
|
||||
endif
|
||||
# There are namespace pollution issues on Windows, due to osdep.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue