summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2020-03-03 17:40:11 +0200
committerJonas Ã…dahl <jadahl@gmail.com>2020-03-09 17:59:25 +0000
commit121c5d2a927f168f4df9b95230d261d299b46299 (patch)
treeafa41000f41e64623d89725b37dccfa9b1b0fca5 /meson_options.txt
parent50ff30bf2bc9789944737ab35936533a81990c95 (diff)
downloadmutter-121c5d2a927f168f4df9b95230d261d299b46299.tar.gz
meson: Expand on xwayland_initfd option description
https://gitlab.gnome.org/GNOME/mutter/merge_requests/1104
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 097809a93..75a1961e4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -156,5 +156,5 @@ option('xwayland_grab_default_access_rules',
option('xwayland_initfd',
type: 'feature',
value: 'auto',
- description: 'Whether Xwayland -initfd argument is used'
+ description: 'Whether -initfd argument is passed to Xwayland to guarantee services (e.g. gsd-xsettings) startup before applications'
)