| commit | a46db63f4e87c0620a6f6a5545feadc12af7182e | [log] [tgz] |
|---|---|---|
| author | Patrick Williams <patrick@stwcx.xyz> | Fri Feb 07 10:54:39 2025 -0500 |
| committer | Brad Bishop <bradbish@qti.qualcomm.com> | Tue Nov 04 12:14:51 2025 -0500 |
| tree | b4311a71b041347d0694397abd4d4a4d4eb6613c | |
| parent | 7dd2029eb1755a5ad59ac33bf462837d7e906dbf [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: I29e5c0eba3337ed9a319f00ccb976e28233fb515 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
This repository contains the mapper, which assists in finding things on D-Bus. There is documentation about it in the docs repository.
Non-OpenBMC build dependencies are:
meson build && ninja -C build
meson build && ninja -C build test
rm -rf build