commit | ec87407cc1d69cbd11d9235a069a80efccf53e02 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 29 06:45:19 2023 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 29 06:45:19 2023 -0600 |
tree | cb20d1bdee267a3ee039dca4c6097e06cbe07cd9 | |
parent | 47b68cbc92a7e11f1e466be07135782be27501fe [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: I2ce48ae6fe133c0b355672b5bb7d7c27bc6b3702 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 here.
Non-OpenBMC build dependencies are:
meson build && ninja -C build
meson build && ninja -C build test
rm -rf build