Searched hist:"397 e6bcb5e30fb2e0fb46b75138d3883558888b3" (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-pid-control/test/ |
H A D | meson.build | diff 397e6bcb5e30fb2e0fb46b75138d3883558888b3 Wed Nov 29 06:44:45 CST 2023 Patrick Williams <patrick@stwcx.xyz> 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: I816b3334e4bb65384a49bc34af6ae5fe092c923e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|
/openbmc/phosphor-pid-control/ |
H A D | meson.build | diff 397e6bcb5e30fb2e0fb46b75138d3883558888b3 Wed Nov 29 06:44:45 CST 2023 Patrick Williams <patrick@stwcx.xyz> 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: I816b3334e4bb65384a49bc34af6ae5fe092c923e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|