dont install bash completions by default
This commit is contained in:
@@ -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.')
|
||||||
|
Reference in New Issue
Block a user