From: Erico Nunes Date: Fri, 16 Aug 2019 13:19:59 +0000 (+0200) Subject: meson: build lima tools as part of 'all' tools X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=99d5bdcfa50728fdcfa0d5c40cded86ac648f6bb;p=mesa.git meson: build lima tools as part of 'all' tools This is primarily so that this build gets tested in CI and we don't break it again. Signed-off-by: Erico Nunes Reviewed-by: Christian Gmeiner Reviewed-by: Qiang Yu --- diff --git a/meson.build b/meson.build index 379090fbbf6..ea9dca71afc 100644 --- a/meson.build +++ b/meson.build @@ -62,6 +62,7 @@ if with_tools.contains('all') 'glsl', 'intel', 'intel-ui', + 'lima', 'nir', 'nouveau', 'xvmc',