summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2019-07-19 22:50:31 +0200
committerCarlos Garnacho <mrgarnacho@gmail.com>2020-02-29 20:41:26 +0000
commit166a4645159d6f09d5503a5fc5fd34dfed83bfce (patch)
treebb1d03793c41bb1445b7b7bbd0943636c2054607 /meson_options.txt
parent38e58b837ba4ab6cbdc62e6b73b48897eed1e89e (diff)
downloadmutter-166a4645159d6f09d5503a5fc5fd34dfed83bfce.tar.gz
wayland: Set up initialization X11 socket
This is used by GDK and the X11 bits, but may also be used for other initialization services we might need to run along with Xwayland initialization. However, as the -initfd argument in Xwayland is a fairly new feature, add some meson build-time checks so that the feature is handled transparently while allowing to explicitly set/unset it. https://gitlab.gnome.org/GNOME/mutter/merge_requests/945
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 73aa7adde..097809a93 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -152,3 +152,9 @@ option('xwayland_grab_default_access_rules',
value: 'gnome-boxes,remote-viewer,virt-viewer,virt-manager,vinagre,vncviewer,Xephyr',
description: 'Comma delimited list of applications ressources or class allowed to issue X11 grabs in Xwayland'
)
+
+option('xwayland_initfd',
+ type: 'feature',
+ value: 'auto',
+ description: 'Whether Xwayland -initfd argument is used'
+)