commit | db7e56bdb0765da28327a371ed3295bf8ca74803 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Dec 07 10:44:27 2022 -0600 |
committer | William A. Kennington III <wak@google.com> | Fri Dec 09 10:18:02 2022 +0000 |
tree | 386dd794a8c3cdfbd0a789cb770d572cad634ff3 | |
parent | 2ae14e063319e793bad4aadb643e359042ee0727 [diff] |
clang-ignore: remove unneeded file openbmc-build-scripts by default uses git-ls-files and so does meson. There is no reason to add untracked files into the .clang-ignore. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I60c5d736c65e2a8ae061a7c6424d13bfac748271
sdeventplus is a c++ wrapper around the systemd sd_event apis meant to provide c++ ergonomics to their usage.
The sdeventplus library requires a libsystemd development package on the system for sd-event.
For a standard release build, you want something like:
meson setup -Dexamples=false -Dtests=disabled builddir ninja -C builddir ninja -C builddir install
For a test / debug build, a typical configuration is
meson setup -Dtests=enabled builddir meson test -C builddir