commit | 8c34c80b817c660fe33f7eb3e75bb0c2e8ddf479 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Jun 03 01:08:35 2020 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Jun 03 01:08:42 2020 -0700 |
tree | a37612ee459684d6a69eb6a7e34077d7ac115690 | |
parent | 0578472056c62867818034ecc6b2923d2e5f9aa9 [diff] |
meson: Don't use unneeded features in subprojects Change-Id: Ie56a77b4899a8bbccf7b31a005dcd513bfedbf80 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 libsystemd for sd-event.
Test cases require google{test,mock}, valgrind, and lcov.
For a standard release build, you want something like:
./bootstrap.sh ./configure --disable-tests make make install
For a test / debug build, a typical configuration is
./bootstrap.sh ./configure --enable-tests --enable-coverage --enable-valgrind make make check make check-valgrind make check-code-coverage