summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2018-10-11 16:38:24 +0100
committerEric Engestrom <eric.engestrom@intel.com>2018-10-23 11:43:51 +0100
commit8629d807aae1319843e52618b82d9a0a1ae584e8 (patch)
tree95427819805bcc8ebb00d0a09d87e0857c25eeb9 /meson_options.txt
parent8b626a22b24089edf90cb1b06e5b1895bb36c61b (diff)
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>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 18c03921db2..b94ab3906cb 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',