diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2020-08-06 19:55:58 -0400 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2020-08-07 12:40:31 -0400 |
commit | 4a923b699b5e2575b7d0058a306ffb3d031aa970 (patch) | |
tree | c4b4be6fa6a719408c86c843018d6b9677a9ce11 /mesonbuild/interpreter.py | |
parent | e5fabce1f32ffe918a96acd026c0e258f6d682b8 (diff) | |
download | meson-4a923b699b5e2575b7d0058a306ffb3d031aa970.zip meson-4a923b699b5e2575b7d0058a306ffb3d031aa970.tar.gz meson-4a923b699b5e2575b7d0058a306ffb3d031aa970.tar.bz2 |
qt dependency: do not require all the tools automatically
The compilers_detect function is only used in the qt module, which
checks every time before using a specific compiler, if it is found.
e.g.
meson.build:10:6: ERROR: MOC sources specified and couldn't find moc-qt5, please check your qt5 installation
In fact, the current check means we never even hit this error to begin
with, because we previously died on the uninformative error:
meson.build:10:6: ERROR: Program(s) ['moc'] not found or not executable
which doesn't actually tell the user why this matters, and is all around
a waste of time.
Fixes #5582
Diffstat (limited to 'mesonbuild/interpreter.py')
0 files changed, 0 insertions, 0 deletions