From 6b4a60b377d71eb37db66d530056fd9c700773cc Mon Sep 17 00:00:00 2001 From: Dhanuka Warusadura Date: Fri, 19 Mar 2021 12:15:33 +0530 Subject: Add meson option to set default bash_completion installation location These changes introduce a new meson option to set the default location for bash_completion. This will enable the installation of completion files into the system location. --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/meson_options.txt b/meson_options.txt index 87dced1..8858a33 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -5,3 +5,4 @@ option('vapi', type: 'boolean', value: true, description: 'Create VAPI file.') option('gtk_doc', type: 'boolean', value: true, description: 'Build reference documentation using gtk-doc') option('introspection', type: 'boolean', value: true, description: 'Create GIR file.') option('bashcompdir', type: 'string', value: '', description: 'Override default location for bash completion files') +option('bash_completion', type: 'feature', value: 'auto', description: 'Install bash completion files') -- cgit v1.2.1