meson: add note about intel tools build options

Fixes: ea83a1d304 "intel: tools: import ImGui"
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
Eric Engestrom 2018-10-30 11:26:46 +00:00
parent 4a266d01a7
commit 0bbee28a3b
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ option(
type : 'array',
value : [],
choices : ['freedreno', 'glsl', 'intel', 'intel-ui', 'nir', 'nouveau', 'xvmc', 'all'],
description : 'List of tools to build.',
description : 'List of tools to build. (Note: `intel-ui` selects `intel`)',
)
option(
'power8',