dont install bash completions by default

This commit is contained in:
Tony Crisci
2020-01-31 10:12:54 -05:00
parent b1bfbe0da9
commit 94e80c52de

View File

@@ -1,3 +1,3 @@
option('gtk-doc', type: 'boolean', value: true, description: 'build docs') option('gtk-doc', type: 'boolean', value: true, description: 'build docs')
option('introspection', type: 'boolean', value: true, description: 'build gir data') option('introspection', type: 'boolean', value: true, description: 'build gir data')
option('bash-completions', type: 'boolean', value: true, description: 'Install bash shell completions.') option('bash-completions', type: 'boolean', value: false, description: 'Install bash shell completions.')