1
0
Fork 0

meson: Expand on xwayland_initfd option description

https://gitlab.gnome.org/GNOME/mutter/merge_requests/1104
This commit is contained in:
Mart Raudsepp 2020-03-03 17:40:11 +02:00 committed by Jonas Ådahl
parent 50ff30bf2b
commit 121c5d2a92

View file

@ -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'
)