Re: [PATCH 01/27] meson: use .allowed() method for features

2022-02-03 Thread Richard Henderson
On 2/4/22 04:33, Paolo Bonzini wrote: 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 --- meson.build

[PATCH 01/27] meson: use .allowed() method for features

2022-02-03 Thread Paolo Bonzini
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 --- meson.build | 42 +-