commit | 388fc57217fb10e744400101d39021fa91652f13 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 29 06:43:49 2023 -0600 |
committer | Matt Spinler <spinler@us.ibm.com> | Wed Dec 13 16:23:02 2023 +0000 |
tree | ad36ba05daa8a6c5d308964364996f11f8700bb1 | |
parent | 3420426c93fe195e148b2ae9aefe2eed5afa2f47 [diff] |
build: use allowed over enabled Meson feature options are typically in a tri-state of enabled, disabled, or auto. The enabled and disabled functions on an option (from `get_option`) no longer return true for auto features. Instead, the expectation is to use `allowed()` which is true for both enabled and auto. Switch all uses of `enabled` to `allowed`. Change-Id: I8d258c64711ba2cb2cdfb19f9cd827c489a417bd Signed-off-by: Patrick Williams <patrick@stwcx.xyz>