Mesa (master): meson: drop option description relic

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 23 10:46:14 UTC 2018


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

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Thu Oct 11 16:38:24 2018 +0100

meson: drop option description relic

`platforms` is no longer a comma-separated string, and some of our
option descriptions are way too long already. Just drop the incorrect
bit.

Signed-off-by: Eric Engestrom <eric.engestrom 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 18c03921db..b94ab3906c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -25,7 +25,7 @@ option(
   choices : [
     '', 'auto', 'x11', 'wayland', 'drm', 'surfaceless', 'haiku', 'android',
   ],
-  description : 'comma separated list of window systems to support. If this is set to auto all platforms applicable to the OS will be enabled.'
+  description : 'window systems to support. If this is set to `auto`, all platforms applicable will be enabled.'
 )
 option(
   'dri3',




More information about the mesa-commit mailing list