summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@src.gnome.org>2020-09-26 11:34:34 +0200
committerDaiki Ueno <dueno@src.gnome.org>2021-03-27 09:49:47 +0100
commit0932602d1af98c35bd2030629c517c173b480381 (patch)
tree00b954c5c70524f4230c088216d648b8524acb5c /meson_options.txt
parent9761517998b59d684f03a14911de9fb3c8d67c76 (diff)
downloadgcr-0932602d1af98c35bd2030629c517c173b480381.tar.gz
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.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
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',
+)