summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2018-10-30 11:26:46 +0000
committerEric Engestrom <[email protected]>2018-10-30 18:10:59 +0000
commit0bbee28a3b25da1f784d7ff7529556e5614e9f03 (patch)
tree194c4ae6154de7d260f6692d53e5159259dfbcbd /meson_options.txt
parent4a266d01a7f83a8f55acb576d22d945b50b9942a (diff)
meson: add note about intel tools build options
Fixes: ea83a1d304dc97d1d155a "intel: tools: import ImGui" Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b94ab3906cb..a1d5ab0e185 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -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',