diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-07-24 22:16:06 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-07-24 22:16:06 +0200 |
| commit | 2eb193c73d482aa8a83ce8a57ba984e26eeb0614 (patch) | |
| tree | b617f8d15cb20897b1c016fb67fab80d7245c66a /meson_options.txt | |
| parent | 0522a3adc68665337684a2d8e9158709eca59d53 (diff) | |
Added meson option "enable_xwayland" (default: true) to enable/disable xwayland support
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 541ccf13..1897cba6 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,4 @@ option('sway_version', type : 'string', description: 'The version string reported in `sway --version`.') option('default_wallpaper', type: 'boolean', value: true, description: 'Install the default wallpaper.') option('zsh_completions', type: 'boolean', value: true, description: 'Install zsh shell completions.') +option('enable-xwayland', type: 'boolean', value: false, description: 'Enable support X11 applications') |
