commit | e261b84fc48422a59abd6906c33801e00be90f77 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Apr 15 11:59:59 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Apr 16 13:15:59 2021 -0700 |
tree | 798955e0b44eda9750bae42ce55e0884ff390511 | |
parent | fc1722f065242298d5b4d5ad0c89b49c94e5e950 [diff] |
meson: Remove werror override Change-Id: I5a47a8f7ed90eaf656f5db0969d1ff95391e3f54 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