diff options
author | Eric Engestrom <[email protected]> | 2019-08-03 02:33:42 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-08-07 08:19:31 +0100 |
commit | 991137144a20aea14b1886a28e069685257abbd2 (patch) | |
tree | 3c7a44cf03e4dabadec4f2fe2ed9af56a84e2618 /meson.build | |
parent | c32ebfe003a36bd1ea9f664c1b4667416544a9d3 (diff) |
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]>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
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', |