Skip to content

Commit

Permalink
dont install bash completions by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Crisci committed Jan 31, 2020
1 parent b1bfbe0 commit 94e80c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson_options.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
option('gtk-doc', type: 'boolean', value: true, description: 'build docs')
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.')

0 comments on commit 94e80c5

Please sign in to comment.