diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-26 23:20:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-26 23:20:46 -0400 |
commit | b1c4f01bad11fec82c45b48db7739d621f2d58a9 (patch) | |
tree | ab63b01be07cebed0e2b18e2e556cfb81246476f /meson_options.txt | |
parent | 62e9ab0c4558f67ac9bcaa2bd0a6a76a7bbe130c (diff) | |
parent | 706f77e3c735e49b4a051d545f40043a53e1ea2c (diff) |
Merge pull request #713 from ManDay/master
Make X11 fully optional
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 4812b6f8..9e8567d0 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: true, description: 'Enable X11 backend') |