commit | 726e100cc5ed9b3499f9ec1690858078d489aa47 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Jan 30 17:47:20 2025 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Fri Feb 07 14:51:01 2025 +0000 |
tree | 55d2d194ac7c94efb367448747556f3992087e51 | |
parent | ac3f93e685d87ea4a49f3d779dd4162f64fe29b9 [diff] |
build: use allowed over enabled or not-disabled 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`. Switch all uses of `not disabled` to `allowed`. Change-Id: Id589cab6f0a0b49365bc4f6b8a151243fde02dba 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
.