commit | ca02e50143d59ff14cd2ccbe869980ebe5fb95a2 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu May 08 14:07:36 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu May 08 14:07:39 2025 -0400 |
tree | b18690d393146e1985c0045930e704c5c6f5e0bb | |
parent | dd3551fd0536e3fcd7dc2166715d50aaa457f1a0 [diff] |
meson: prefer allowed over enabled Features are tri-states: enabled, disabled, unset. There are similarly 3 functions in meson: enabled(), disabled(), allowed(). Allowed should generally be preferred because it covers everything except "enabled". This also allows repository options to be simplified so that "enabled" does not need to be specified in each `meson.option`. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6e6f76c470a889b947ca076d35a99038993bb70d
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
.