From 0932602d1af98c35bd2030629c517c173b480381 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sat, 26 Sep 2020 11:34:34 +0200 Subject: gcr-ssh-agent: Port from gnome-keyring This port the ssh-agent support provided as a sub-daemon in gnome-keyring, as a standalone binary, so that it can easily be managed through systemd. --- meson_options.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index ae0f524..17683d9 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -18,3 +18,8 @@ option('gpg_path', value: '', description: 'Path to gpg, autodetected if not set', ) +option('ssh_agent', + type: 'boolean', + value: true, + description: 'Build ssh-agent binary', +) -- cgit v1.2.1