commit | 95b0db91fdcaa5b86024edaf3454f83171b787bc | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 29 06:43:59 2023 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 29 06:43:59 2023 -0600 |
tree | f6c682deafa1a4930b0d794c0952c0fa9a334c9f | |
parent | e3515c71d0f6522e42cbf45a66a2f43c67b09793 [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: I4db060ea85cfae7be96693ec04a09829767351a1 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>