Module: Mesa Branch: master Commit: 99d5bdcfa50728fdcfa0d5c40cded86ac648f6bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=99d5bdcfa50728fdcfa0d5c40cded86ac648f6bb
Author: Erico Nunes <[email protected]> Date: Fri Aug 16 15:19:59 2019 +0200 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 <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> Reviewed-by: Qiang Yu <[email protected]> --- meson.build | 1 + 1 file changed, 1 insertion(+) 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', _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
