commit | 209d834118e611be0f1d4b8f35a2c46629b8054b | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Sep 21 13:23:41 2022 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Sep 21 22:46:58 2022 +0000 |
tree | 7a6d79e89ff5d5785616434e0b0f00c5993fd837 | |
parent | 13afebfaa6a2bbb0bc03f4382eb6ba1c50fa6d4d [diff] |
build: pull function2 from stdplus We no longer need to specify this for ourselves. Change-Id: I1443268aa7ed4126d6c2488983d7bf796b473fca 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