aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCedric Sodhi <manday@openmail.cc>2018-03-09 15:17:15 +0100
committerCedric Sodhi <manday@openmail.cc>2018-03-09 15:17:15 +0100
commitebdabc203072c855f9e28a679630c8decc6911ff (patch)
tree0477074d6383a27f02ea4d9481ca1bedb03bcbfa /meson_options.txt
parentbfc0e95d2cfeab96d771cb34e78ca92afee4464c (diff)
Make X11 fully optional
Make X11 Backend (in addition to XWayland) optional and small bug fix on XWayland includes.
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 4812b6f8..dae22b55 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,3 +3,4 @@ option('enable_systemd', type: 'combo', choices: ['auto', 'true', 'false'], valu
option('enable_elogind', type: 'combo', choices: ['auto', 'true', 'false'], value: 'auto', description: 'Enable support for logind')
option('enable_xcb_errors', type: 'combo', choices: ['auto', 'true', 'false'], value: 'auto', description: 'Use xcb-errors util library')
option('enable_xwayland', type: 'boolean', value: true, description: 'Enable support X11 applications')
+option('enable_x11_backend', type: 'boolean', value: false, description: 'Enable X11 backend')