summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',