summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 00000000..025ade5e
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,29 @@
+option('ssh-agent',
+ type: 'boolean',
+ value: true,
+ description: 'Include SSH agent in gnome-keyring',
+)
+
+option('selinux',
+ type: 'feature',
+ value: 'auto',
+ description: 'Add support for SELinux',
+)
+
+option('pam',
+ type: 'boolean',
+ value: true,
+ description: 'Build GNOME keyring PAM helper',
+)
+
+option('pkcs11-config',
+ type: 'string',
+ value: '',
+ description: 'Directory to install PKCS#11 config (if empty, the default value for p11-kit will be used)',
+)
+
+option('manpage',
+ type: 'boolean',
+ value: true,
+ description: 'Build manpage',
+)