3515c4b453
Let's set the version in the meson file instead of declaring it outside. In case git is installed we use the git hash as version. Instead it isn't (like on a clean build system), let's use the version defined in the project.
7 lines
604 B
Meson
7 lines
604 B
Meson
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')
|