[gnome-continuous] Add options to the Seahorse module



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]