From: Eric Engestrom Date: Tue, 30 Oct 2018 11:26:46 +0000 (+0000) Subject: meson: add note about intel tools build options X-Git-Tag: upstream/19.0.0~1905 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0bbee28a3b25da1f784d7ff7529556e5614e9f03;p=platform%2Fupstream%2Fmesa.git 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 --- diff --git a/meson_options.txt b/meson_options.txt index b94ab39..a1d5ab0 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',