aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-03-04 08:39:14 -0500
committerGitHub <noreply@github.com>2018-03-04 08:39:14 -0500
commit3a291b189bfc7816f32a5773feea0103d5c79b91 (patch)
tree64b4f415feb9642f5637316fbeaaa2610fe85bb1 /meson_options.txt
parent0713cb043ff2fef8e431e660370a3ccb82a912d2 (diff)
parent2910972b25a211ecd07c605d4bf93897ef5f715a (diff)
Merge pull request #699 from martinetd/xcb_errors
Print xcb errors
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 6434b43d..4812b6f8 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,5 @@
option('enable_libcap', type: 'combo', choices: ['auto', 'true', 'false'], value: 'auto', description: 'Enable support for capabilities')
option('enable_systemd', type: 'combo', choices: ['auto', 'true', 'false'], value: 'auto', description: 'Enable support for logind')
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')