[gnome-continuous] Force Autotools build for p11-kit



commit 84a256768d031204860dd56e37c5edc991cd8d80
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Jun 19 12:50:24 2019 +0100

    Force Autotools build for p11-kit
    
    The Meson build is failing because of a missing dependency on pthreads;
    let's see if the Autotools build works, instead.

 manifest.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/manifest.json b/manifest.json
index 19074b2..671af49 100644
--- a/manifest.json
+++ b/manifest.json
@@ -684,7 +684,8 @@
                {"src": "fd-fprint:fprintd"},
 
                {"src": "p11-glue:p11-kit.git",
-                 "component": "minimal"},
+                 "component": "minimal",
+                 "force-autotools": true},
 
                {"src": "gnome:gcr.git",
                  "name": "gcr",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]