meson: drop option description relic
authorEric Engestrom <eric.engestrom@intel.com>
Thu, 11 Oct 2018 15:38:24 +0000 (16:38 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Tue, 23 Oct 2018 10:43:51 +0000 (11:43 +0100)
`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@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
meson_options.txt

index 18c03921db29dd00c443e6caf28476d9d459a6b5..b94ab3906cb2e4b58ff6f46a0ce90055051d2c5c 100644 (file)
@@ -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',