commit | 8168cafb17e45c2c7caab91a98c05bd72590ca13 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 03 15:58:03 2024 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 03 15:58:03 2024 -0400 |
tree | 3165c24b3fe1d4375a0ac0ab1c2976f32c06b4a7 | |
parent | 8c25006cb0667c390249d77b9feb77cb7a862094 [diff] |
meson: switch code dependency to libsystemd For a while now systemd has packaged a separate `libsystemd`. For meson dependency, `systemd` should be used when looking for systemd service file paths and `libsystemd` should be used for `sd_*` functions. Update the dependency accordingly. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iff3e5cc93a503e7391e4eea9624b04069135a42a
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