summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2020-07-03 18:08:28 +0200
committerOlivier Fourdan <ofourdan@redhat.com>2022-01-18 12:09:52 +0100
commit16c4ff7806dedbb749017a69e0096bcdd25311ca (patch)
treeffa78b28bcfe162194f88d952da9a13ade4ef768 /meson_options.txt
parentee9dbd9f6ff08efc7429f02624b4a038a1514734 (diff)
Drop Xnest DDX
(cherry picked from commit 69cc6a6caa44b967df42579f26a07466c653074d)
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d0e771edb..c3a894423 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -8,8 +8,6 @@ option('glamor', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto
description: 'Enable glamor (default yes for Xorg/Xwayland builds)')
option('xwayland_eglstream', type: 'combo', choices: ['true', 'false', 'auto'],
value: 'auto', description: 'Enable EGLStream support for glamor on Xwayland')
-option('xnest', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
- description: 'Enable Xnest nested X server')
option('xvfb', type: 'boolean', value: true,
description: 'Enable Xvfb X server')
option('xwin', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',