diff options
author | Dylan Araps <dylan.araps@gmail.com> | 2021-07-13 15:19:42 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-07-21 18:24:09 +0200 |
commit | 2024725cc0a38b3db3cb10f67ee4dc750b7feb3a (patch) | |
tree | 8544f62dd6f362932a6a963c8ac2f5cfc6991c88 /meson_options.txt | |
parent | 96102184ab96c522fe1f9175bc4d5ceb09aa1720 (diff) |
Add meson options to enable/disable swaybar and swaynag
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index e36900b6..6ba67554 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -2,6 +2,8 @@ option('default-wallpaper', type: 'boolean', value: true, description: 'Install option('zsh-completions', type: 'boolean', value: true, description: 'Install zsh shell completions.') option('bash-completions', type: 'boolean', value: true, description: 'Install bash shell completions.') option('fish-completions', type: 'boolean', value: true, description: 'Install fish shell completions.') +option('swaybar', type: 'boolean', value: true, description: 'Enable support for swaybar') +option('swaynag', type: 'boolean', value: true, description: 'Enable support for swaynag') option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications') option('tray', type: 'feature', value: 'auto', description: 'Enable support for swaybar tray') option('gdk-pixbuf', type: 'feature', value: 'auto', description: 'Enable support for more image formats in swaybg') |