]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: refuse when prefix is not a child of rootprefix
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 24 Feb 2021 17:02:36 +0000 (18:02 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 25 Feb 2021 07:34:03 +0000 (16:34 +0900)
commitd895e10a24f65d2b016d20d5fb5ecf7ac625c698
treeb4321603c90ad08b06536539db9e39a5b27c0662
parentb66789a9b5d4127d8a8065d47b7ec13e2f01e33a
meson: refuse when prefix is not a child of rootprefix

This is most likely to happen when setting one but not the other.

Note that we already warn when rootprefixdir != rootprefix_default,
at the very end.
meson.build