[seahorse] Fix configuration option descriptions
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse] Fix configuration option descriptions
- Date: Sun, 22 May 2022 19:24:06 +0000 (UTC)
commit 14d54a1a84323d399b1463e7f22eba01c4c0363f
Author: Matt Turner <mattst88 gmail com>
Date: Sun May 22 13:08:12 2022 -0400
Fix configuration option descriptions
meson_options.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index b9dd441b..e6c2da14 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,7 +4,7 @@ option('pgp-support', type: 'boolean', value: true, description: 'Add support PG
option('check-compatible-gpg', type: 'boolean', value: true, description: 'Perform a rudimentary check if
the GPG and GPG versions are compatible')
option('pkcs11-support', type: 'boolean', value: true, description: 'Add support for PKCS#11 objects')
option('keyservers-support', type: 'boolean', value: true, description: 'Add support for keyservers')
-option('hkp-support', type: 'boolean', value: true, description: 'Add support for keyservers using LDAP')
-option('ldap-support', type: 'boolean', value: true, description: 'Add support for keyservers using HKP')
+option('hkp-support', type: 'boolean', value: true, description: 'Add support for keyservers using HKP')
+option('ldap-support', type: 'boolean', value: true, description: 'Add support for keyservers using LDAP')
option('key-sharing', type: 'boolean', value: true, description: 'Add support for DNS-SD key sharing')
option('manpage', type: 'boolean', value: false, description: 'Build and install the manpage (requires
xsltproc)')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]