diff options
author | Paolo Bonzini | 2021-10-13 13:19:00 +0200 |
---|---|---|
committer | Paolo Bonzini | 2022-02-21 10:35:54 +0100 |
commit | 5dc4618e781f36c4bea1b0cdd1bea75b48640c5a (patch) | |
tree | 27456281d3deb8947606d02f7023c6ac7be4f880 /scripts | |
parent | meson, configure: move ntddscsi API check to meson (diff) | |
download | qemu-5dc4618e781f36c4bea1b0cdd1bea75b48640c5a.tar.gz qemu-5dc4618e781f36c4bea1b0cdd1bea75b48640c5a.tar.xz qemu-5dc4618e781f36c4bea1b0cdd1bea75b48640c5a.zip |
configure, meson: move CONFIG_IASL to a Meson option
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/meson-buildoptions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/meson-buildoptions.py b/scripts/meson-buildoptions.py index 01b10f7ae0..693be7b966 100755 --- a/scripts/meson-buildoptions.py +++ b/scripts/meson-buildoptions.py @@ -30,6 +30,7 @@ SKIP_OPTIONS = { "default_devices", "docdir", "fuzzing_engine", + "iasl", "qemu_firmwarepath", "qemu_suffix", "smbd", |