From: Eric Engestrom Date: Sat, 3 Aug 2019 01:33:42 +0000 (+0100) Subject: meson: build intel-ui tools as part of `all` tools X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=991137144a20aea14b1886a28e069685257abbd2;p=mesa.git meson: build intel-ui tools as part of `all` tools Reported-by: Mark Janes Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111289 Cc: Dylan Baker Signed-off-by: Eric Engestrom Reviewed-by: Lionel Landwerlin --- 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',