forked from swaywm/swaylock
-
Notifications
You must be signed in to change notification settings - Fork 4
/
meson_options.txt
8 lines (8 loc) · 883 Bytes
/
meson_options.txt
1
2
3
4
5
6
7
8
option('pam', type: 'feature', value: 'auto', description: 'Use PAM instead of shadow')
option('gdk-pixbuf', type: 'feature', value: 'auto', description: 'Enable support for more image formats')
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
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('logind', type: 'feature', value: 'auto', description: 'Enable support for logind (to automatically end grace period on sleep)')
option('logind-provider', type: 'combo', choices: ['systemd', 'elogind'], value: 'systemd', description: 'Provider of logind support library')