commit | a4c76ea9d7fb5c53e3a1f88654b96b25434c3857 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Nov 21 16:20:41 2022 -0800 |
committer | William A. Kennington III <wak@google.com> | Tue Nov 22 14:49:19 2022 -0800 |
tree | a3d5e0386c3fef05f8673300c64cf414154f8975 | |
parent | fdc5c66218f7d6ca4d2af2ca429350453f5b2e17 [diff] |
utility/sdbus: Add bus processing workaround Provide a wrapper for others to use that works around a memory leak that we have with processing dbus matches in an event loop. Change-Id: I944e9c2547844b507216e334bd013f26b8a547da 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