Skip to content

Commit 94e80c5

Browse files
author
Tony Crisci
committed
dont install bash completions by default
1 parent b1bfbe0 commit 94e80c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson_options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
option('gtk-doc', type: 'boolean', value: true, description: 'build docs')
22
option('introspection', type: 'boolean', value: true, description: 'build gir data')
3-
option('bash-completions', type: 'boolean', value: true, description: 'Install bash shell completions.')
3+
option('bash-completions', type: 'boolean', value: false, description: 'Install bash shell completions.')

0 commit comments

Comments
 (0)