commit | 83d7d406f7cf6a0b74040cf3dec3d4cf7026ef09 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 29 06:43:55 2023 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 29 06:43:55 2023 -0600 |
tree | 39cd055cdf4fe15227921601c97f0f990e578926 | |
parent | 04d78d1d554ae45c1c919acf7900ad66f475fc1f [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: Iebfa27c0094b2001eb3f87fcfbbf209d803d2190 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.