summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2021-03-17 16:18:54 +0100
committerOlivier Fourdan <ofourdan@redhat.com>2022-01-26 14:42:22 +0100
commit226afa24aafbbac6467b92749d4fce478f0bd75b (patch)
tree25e75562113fc76282cc78b6dd53b0fec4e4e891 /meson_options.txt
parent42855b69e7b37e229e6a8a6c4fb129c94141e899 (diff)
downloadmutter-226afa24aafbbac6467b92749d4fce478f0bd75b.tar.gz
xwayland: Use Xwayland auto-terminate feature
When using Xwayland-on-demand (default), if the (experimental) autoclose features is enabled, we can rely on Xwayland's auto-terminate feature instead of explicitly killing the Xwayland process. With it, gone is the mechanism that was added to check the X11 clients connected and their executable to check whether we can (safely) kill Xwayland. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1794>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d84a3a44e..986199ce6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -200,9 +200,3 @@ option('xwayland_initfd',
value: 'auto',
description: 'Whether -initfd argument is passed to Xwayland to guarantee services (e.g. gsd-xsettings) startup before applications'
)
-
-option('xwayland_ignore_executables',
- type: 'string',
- value: 'gsd-xsettings,ibus-x11,pulseaudio,Xwayland',
- description: 'Comma delimited list of executable names to ignore when terminating Xwayland'
-)