summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-08-03 02:33:42 +0100
committerEric Engestrom <eric.engestrom@intel.com>2019-08-07 08:19:31 +0100
commit991137144a20aea14b1886a28e069685257abbd2 (patch)
tree3c7a44cf03e4dabadec4f2fe2ed9af56a84e2618 /meson.build
parentc32ebfe003a36bd1ea9f664c1b4667416544a9d3 (diff)
downloadmesa-991137144a20aea14b1886a28e069685257abbd2.tar.gz
meson: build intel-ui tools as part of `all` tools
Reported-by: Mark Janes <mark.a.janes@intel.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111289 Cc: Dylan Baker <dylan@pnwbakers.com> Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
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',