commit | a7bf31b49d89eeacf1085d43cf083dfe9fbab071 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Jul 08 10:08:25 2025 -0400 |
committer | Jagpal S Gill <paligill@gmail.com> | Wed Jul 09 20:09:01 2025 +0000 |
tree | b3aeff946f50dc15f21b9b7fd4806846fe06b221 | |
parent | 9ce83ded4fb60a348277158b66258fa27d505462 [diff] |
meson: fix gpiod dependency gpiod is not a "common" dependency, but only needed for specific options. Add it as a dependency only when necessary. Name the dependency as `libgpiod_dep` to follow meson conventions. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib650f5fe4e7085733f43eba608502e7e21a5c8db
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
.