aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-09 08:09:03 -0400
committerGitHub <noreply@github.com>2017-10-09 08:09:03 -0400
commitd0d6413772a09f385bc16f5fc38eda114695ee16 (patch)
tree59ea3b1a314ede560f90f6e8b1058c1b54b90161 /meson_options.txt
parent7aa0e949b3849428aad426533e719562d7bb8ef9 (diff)
parent9cab66f0f914a0194cdfa178377f6413c33ac515 (diff)
Merge pull request #220 from versusvoid/optional-xwayland
Make Xwayland optional
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a3f9ca45..b1e64bd9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,4 @@
option('enable_libcap', type: 'boolean', value: true, description: 'Enable support for capabilities')
option('enable_systemd', type: 'boolean', value: true, description: 'Enable support for logind')
option('enable_elogind', type: 'boolean', value: true, description: 'Enable support for logind')
+option('enable_xwayland', type: 'boolean', value: true, description: 'Enable support X11 applications')