commit | da476cc55a7d60ade55dc39f4304a94052a088d7 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Apr 15 12:08:20 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Apr 16 13:16:13 2021 -0700 |
tree | f381f04bd56c21de793a62cf04dce13ffe80557c | |
parent | e261b84fc48422a59abd6906c33801e00be90f77 [diff] |
meson: Update pkconfig generate call Change-Id: I6d8e20d4f9106f224c3c8432e34b1b2966e88e13 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