[libsecret: 2/3] Add meson option to set default bash_completion installation location
- From: Daiki Ueno <dueno src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsecret: 2/3] Add meson option to set default bash_completion installation location
- Date: Sun, 21 Mar 2021 17:58:45 +0000 (UTC)
commit 6b4a60b377d71eb37db66d530056fd9c700773cc
Author: Dhanuka Warusadura <csx tuta io>
Date: Fri Mar 19 12:15:33 2021 +0530
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')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]