Module: Mesa Branch: meson-tools-lima Commit: a12cbc0196e99244fc88200c0901a5278ffe9a0c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a12cbc0196e99244fc88200c0901a5278ffe9a0c
Author: Erico Nunes <[email protected]> Date: Fri Aug 16 15:14:51 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]> --- 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
