[gnome-continuous] Move liboauth before libgdata



commit 240f36d8cc4aef8b200041584fa03e48a830fe0a
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Apr 5 19:51:36 2018 +0100

    Move liboauth before libgdata
    
    It's a requirement.

 manifest.json |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 40b3a74..9eed232 100644
--- a/manifest.json
+++ b/manifest.json
@@ -839,6 +839,11 @@
                 "config-opts": ["--enable-vala-bindings",
                                  "--disable-fatal-warnings"]},
 
+               {"src": "cgwalters:liboauth-tarballs-as-git.git",
+                "rm-configure": true,
+                "config-opts": ["--enable-nss"],
+                "patches": ["liboauth-tarballs-as-git-autogen.patch"]},
+
                {"src": "gnome:gnome-online-accounts",
                 "config-opts": ["--disable-documentation",
                                 "--disable-Werror"]},
@@ -951,11 +956,6 @@
 
                {"src": "gnome:libpeas"},
 
-               {"src": "cgwalters:liboauth-tarballs-as-git.git",
-                "rm-configure": true,
-                "config-opts": ["--enable-nss"],
-                "patches": ["liboauth-tarballs-as-git-autogen.patch"]},
-
                {"src": "git:https://gitlab.com/uhttpmock/uhttpmock.git"},
 
                {"src": "gnome:gmime"},
@@ -1347,5 +1347,5 @@
     
        "build-epoch": {"version": 158,
                        "all": false,
-                       "component-names": ["libgdata"]}
+                       "component-names": ["liboauth-tarballs-as-git", "libgdata"]}
 }


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