[gnome-continuous] Add options to the Seahorse module
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] Add options to the Seahorse module
- Date: Tue, 21 Nov 2017 18:02:09 +0000 (UTC)
commit efbb7129e93dd9d07bfd93983281a6ff93b48c45
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Nov 21 18:00:26 2017 +0000
Add options to the Seahorse module
Seahorse is moving to Meson and dropping Autotools; some of the optional
functionality is now explicitly enabled or disabled instead of doing
automagic discovery, which means we need to add configuration options to
the Continuous build.
manifest.json | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index be0ea0d..4bb1209 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1233,7 +1233,14 @@
{"src": "gnome:gnome-logs"},
- {"src": "gnome:seahorse"},
+ {"src": "gnome:seahorse",
+ "config-opts": [
+ "--pgp-support=false",
+ "--check-compatible-gpg=false",
+ "--pkcs11-support=false",
+ "--ldap-support=false",
+ "--key-sharing=false"
+ ]},
{"src": "gnome:totem",
"config-opts": ["--disable-vala"],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]