From 991137144a20aea14b1886a28e069685257abbd2 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sat, 3 Aug 2019 02:33:42 +0100 Subject: [PATCH] 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 --- 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', -- 2.30.2