[Mesa-dev] [PATCH mesa] meson: add note about intel tools build options
Eric Engestrom
eric.engestrom at intel.com
Tue Oct 30 11:28:56 UTC 2018
Fixes: ea83a1d304dc97d1d155a "intel: tools: import ImGui"
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
---
meson_options.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson_options.txt b/meson_options.txt
index 606ae9de6a4f760f84e6..97b3c8f0461f5713a98e 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',
--
Cheers,
Eric
More information about the mesa-dev
mailing list