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@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
Eric Engestrom 2018-10-11 16:38:24 +01:00
parent 8b626a22b2
commit 8629d807aa
1 changed files with 1 additions and 1 deletions

View 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',