commit | 377b35e6114265ee26a4b1eddcf13ac79c1c7e59 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 29 06:44:01 2023 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 29 06:44:01 2023 -0600 |
tree | 63b7deee3ad6792c17d0904cb35534639ac0a7e0 | |
parent | 8ae477aae0b7d72c2a12de35c90505f9e47dd438 [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: I06ebdc7357b5ff4cd594adfb4cade141d3a2e675 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>