summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@src.gnome.org>2021-02-11 18:32:56 +0100
committerDaiki Ueno <dueno@src.gnome.org>2021-03-27 09:49:47 +0100
commit5012bee0d6c85001d6224b0fbcf8624c569debb1 (patch)
tree72a17901dd23d1aee3e541c0443dbd7ce137160b /meson_options.txt
parente225c52586d17a9cc44ac57e7bc58ad417f42fe9 (diff)
downloadgcr-5012bee0d6c85001d6224b0fbcf8624c569debb1.tar.gz
gcr-ssh-agent: Wire up systemd activation
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 17683d9..f96a47c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -23,3 +23,8 @@ option('ssh_agent',
value: true,
description: 'Build ssh-agent binary',
)
+option('systemd',
+ type: 'feature',
+ value: 'auto',
+ description: 'Use systemd socket activation for server programs'
+)