diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-06-25 22:28:16 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-06-28 02:20:53 +0200 |
commit | e7a2b2764ad0b4240f87b742fdf0c404be11af03 (patch) | |
tree | 13621eda2d8ef2254e19892007dde0d26a180e3d /src | |
parent | 83f428d974ab39f24a067dd7187f62a9455804dd (diff) | |
download | pacman-e7a2b2764ad0b4240f87b742fdf0c404be11af03.tar.gz pacman-e7a2b2764ad0b4240f87b742fdf0c404be11af03.tar.xz |
meson: use not_found_message when dependencies are not found
The default state of `dependency()` is `required: true`, which means if
a dependency is not found, meson immediately aborts and does not log our
`error()` messages. meson 0.50 has builtin support for dependencies with
custom error messages.
The alternative would be to specify `required: false` everywhere, and
only then to key off of `dep.found()`.
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions