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:
@@ -25,7 +25,7 @@ option(
|
|||||||
choices : [
|
choices : [
|
||||||
'', 'auto', 'x11', 'wayland', 'drm', 'surfaceless', 'haiku', 'android',
|
'', '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(
|
option(
|
||||||
'dri3',
|
'dri3',
|
||||||
|
Reference in New Issue
Block a user