commit | fdc5c66218f7d6ca4d2af2ca429350453f5b2e17 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Sep 29 16:20:29 2022 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Sep 29 16:20:35 2022 -0700 |
tree | 40379668ef1c911b3702f5fbd2600edc36ee8e74 | |
parent | 209d834118e611be0f1d4b8f35a2c46629b8054b [diff] |
subprojects: Remove unused span-lite Change-Id: I74896f92263a270a23bec75cd57bb74cb58e49a5 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