commit | 43a363ae35f4a04bfb86e0ad033d33ef83514597 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Sat Dec 18 16:39:43 2021 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Feb 16 15:01:33 2022 +0100 |
tree | 682658453dd11862be4c1c5e08ec557baccdee79 | |
parent | 308c8475bc9d7e352125dea42950afbaf9daadfe [diff] |
meson: use .allowed() method for features The method is now in 0.59, using it simplifies some boolean conditions. The other new methods .require() and .disable_auto_if() can be used too, but introducing them is not just a matter of search-and-replace. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>