commit | fc1722f065242298d5b4d5ad0c89b49c94e5e950 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Apr 15 11:58:13 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Apr 16 20:14:24 2021 +0000 |
tree | 0f3bcbddf9e7030744c4689c7ec774ff0290be9c | |
parent | fc18eb03fb3d464ccf6b232956bb2193244105be [diff] |
meson: Fix formatting Change-Id: I5368d21cc8de18d0b23d22c0d93ae8fb1bd57e65 Signed-off-by: William A. Kennington III <wak@google.com>
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