summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2018-10-30 11:26:46 +0000
committerEric Engestrom <eric.engestrom@intel.com>2018-10-30 18:10:59 +0000
commit0bbee28a3b25da1f784d7ff7529556e5614e9f03 (patch)
tree194c4ae6154de7d260f6692d53e5159259dfbcbd /meson_options.txt
parent4a266d01a7f83a8f55acb576d22d945b50b9942a (diff)
downloadmesa-0bbee28a3b25da1f784d7ff7529556e5614e9f03.tar.gz
meson: add note about intel tools build options
Fixes: ea83a1d304dc97d1d155a "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>
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',