4 Commits

Author SHA1 Message Date
Niels De Graef
ce2759ab70 meson: Require minimal version for bash-completion
As the bash-completion maintainers have pointed out upstream
(https://github.com/scop/bash-completion/issues/1317#issuecomment-2619702773)
the script requires at least bash-completions 2.12. So let's check for
that also in our meson.build
2025-02-11 02:44:14 +01:00
Niels De Graef
a01870a2ce meson: Actually include bash-completion subdir
While we're at it, change the `warning()` to a `message()`.
2025-01-15 23:37:14 +01:00
Dhanuka Warusadura
8b1936b46f Add meson option to override of default bashcompdir
These changes introduce a new meson option to disable
installation of completion files into the system location.
2021-03-21 17:51:24 +00:00
Dhanuka Warusadura
1998121ece Add bash-completion for secret-tool
Fixes: https://gitlab.gnome.org/GNOME/libsecret/-/issues/50
2021-03-11 15:14:14 +05:30