summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDhanuka Warusadura <csx@tuta.io>2021-03-19 12:15:33 +0530
committerDaiki Ueno <ueno@gnu.org>2021-03-21 17:51:24 +0000
commit6b4a60b377d71eb37db66d530056fd9c700773cc (patch)
tree2b2788841003882ee341527e374573db954cf4b4 /meson_options.txt
parent8b1936b46f2d83b9672303cca432e6108f6956a9 (diff)
downloadlibsecret-6b4a60b377d71eb37db66d530056fd9c700773cc.tar.gz
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.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
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')