Module: Mesa Branch: master Commit: 991137144a20aea14b1886a28e069685257abbd2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=991137144a20aea14b1886a28e069685257abbd2
Author: Eric Engestrom <[email protected]> Date: Sat Aug 3 02:33:42 2019 +0100 meson: build intel-ui tools as part of `all` tools Reported-by: Mark Janes <[email protected]> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111289 Cc: Dylan Baker <[email protected]> Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]> --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index a210b39cd89..593bfeebd5a 100644 --- a/meson.build +++ b/meson.build @@ -61,6 +61,7 @@ if with_tools.contains('all') 'freedreno', 'glsl', 'intel', + 'intel-ui', 'nir', 'nouveau', 'xvmc', _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
