Mesa (master): meson: add note about intel tools build options

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 30 18:12:05 UTC 2018


Module: Mesa
Branch: master
Commit: 0bbee28a3b25da1f784d7ff7529556e5614e9f03
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0bbee28a3b25da1f784d7ff7529556e5614e9f03

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Tue Oct 30 11:26:46 2018 +0000

meson: add note about intel tools build options

Fixes: ea83a1d304dc97d1d155a "intel: tools: import ImGui"
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

---

 meson_options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson_options.txt b/meson_options.txt
index b94ab3906c..a1d5ab0e18 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',




More information about the mesa-commit mailing list