]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: use project_build_root
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 27 Jul 2021 14:19:35 +0000 (16:19 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 27 Jul 2021 16:53:22 +0000 (18:53 +0200)
commit81875efe209cd0b4b836eddb0cebef209017b3dc
tree65a82151274ab79a97d862f70b12acda3f3a2d60
parent9247df5a8852d11b64a6309d994e3d2afe275250
meson: use project_build_root

As documented in /meson.build where the variable is defined,
meson.build_root() doesn't work as expected with project nesting. I have
no idea why anyone would want to embed systemd in another meson project,
but let's use the variable if we have it.
src/test/meson.build