commit | 159a35604ab9f5d90264837b5681b0acee68b32c | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Feb 04 15:00:41 2021 -0800 |
committer | William A. Kennington III <wak@google.com> | Thu Feb 04 15:03:59 2021 -0800 |
tree | d632f7ccf71289505647827eeeb768e6a4274caa | |
parent | 921758b9daeb3a96b9545ece2b7c9de3a8f79ba9 [diff] |
subprojects: Update to HEAD Change-Id: Idbc173920abc588d35be56fa7cd3171cac6673cf 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