]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson_options.txt
add false option for tests (#7778)
authorAdam Duskett <Aduskett@gmail.com>
Mon, 15 Jan 2018 11:25:46 +0000 (06:25 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 15 Jan 2018 11:25:46 +0000 (15:25 +0400)
commit08318a2c5acb3d0e4243c36461e69a3e45482441
treeec5ef299678f15f4ed5da39a891d830b68b6f055
parent38edb7674bc22551f7c7ac010b296406ce25e7f1
add false option for tests (#7778)

Currently there is no way to prevent tests from building using meson.
This introduces two problems:

1) It adds a extra 381 files to compile.
2) One of these tests explicitly requires libgcrypt to be built even if systemd
   is not using it.
3) It adds C++ to the requirements to build systemd.

When cross-compiling, this is uneccessary.
meson.build
meson_options.txt