[gnome-continuous] Untag NetworkManager and use the Meson build



commit c4c0d10c24e271af33c42e31de5f3c660e2b7496
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Dec 18 14:44:43 2017 +0000

    Untag NetworkManager and use the Meson build
    
    We can populate the options with the values detected by the Autotools
    build, so we know they are accurate.

 manifest.json |   26 +++++++++++++++-----------
 1 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 366d064..b76d060 100644
--- a/manifest.json
+++ b/manifest.json
@@ -576,17 +576,21 @@
                 "config-opts": ["--with-python=python3"]},
 
                {"src": "fd-NM:NetworkManager",
-                 "tag": "22ffd53369d89bd8b7f34a20800dee9ca287f7e2",
-                 "tag-reason": "Build failure",
-                 "force-autotools": true,
-                "config-opts": ["PYTHON=python3",
-                                "--with-dhclient=yes",
-                                "--with-session-tracking=systemd",
-                                "--with-crypto=nss",
-                                "--disable-doc",
-                                "--disable-gtk-doc",
-                                "--enable-more-warnings=yes",
-                                "--enable-modify-system"]},
+                 "config-opts": ["-Ddhclient=/sbin/dhclient",
+                                 "-Ddnsmasq=/usr/bin/dnsmasq",
+                                 "-Ddnssec_trigger=/usr/libexec/dnssec-trigger-script",
+                                 "-Dsession_tracking=systemd",
+                                 "-Dconsolekit=false",
+                                 "-Dselinux=false",
+                                 "-Dmodify_system=true",
+                                 "-Dlibaudit=no",
+                                 "-Dcrypto=nss",
+                                 "-Diwd=false",
+                                 "-Dofono=false",
+                                 "-Dlibnm_glib=true",
+                                 "-Dintrospection=true",
+                                 "-Ddocs=false",
+                                 "-Dqt=false"]},
 
                {"src": "0pointer:libatasmart.git"},
 


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