commit | f0f39a9d0b017181efae5b9567623ee53357f51e | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 29 06:45:01 2023 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 29 06:45:01 2023 -0600 |
tree | 8301ffaf0f2942dc57116d4b5ea98d6655dc4c52 | |
parent | 666b0b57e7e6aef5c2c2fe2c96b030021443de65 [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: I309f22be2ecffc42fc987934ccaa2c0ba892d8e3 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>