From 0bbee28a3b25da1f784d7ff7529556e5614e9f03 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 30 Oct 2018 11:26:46 +0000 Subject: [PATCH] meson: add note about intel tools build options Fixes: ea83a1d304dc97d1d155a "intel: tools: import ImGui" Signed-off-by: Eric Engestrom Reviewed-by: Lionel Landwerlin Reviewed-by: Dylan Baker --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',