[gnome-continuous] manifest: Move libseccomp way earlier



commit 92f0e7753db17787906044007197d2312f145554
Author: Colin Walters <walters verbum org>
Date:   Fri Aug 28 13:22:30 2015 -0400

    manifest: Move libseccomp way earlier
    
    linux-user-chroot needs it, and systemd also.

 manifest.json |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 18cd3cd..d468ab4 100644
--- a/manifest.json
+++ b/manifest.json
@@ -96,6 +96,9 @@
                {"src": "gnome:vala",
                 "config-opts": ["--enable-vapigen"]},
 
+               {"src": "git:git://github.com/seccomp/libseccomp",
+                "patches": ["libseccomp-builddir.patch"]},
+
                {"src": "git:https://github.com/systemd/systemd";,
                 "component": "minimal",
                 "initramfs-depends": true,
@@ -867,9 +870,6 @@
                                 "--with-dracut",
                                 "--enable-installed-tests"]},
 
-               {"src": "git:git://github.com/seccomp/libseccomp",
-                "patches": ["libseccomp-builddir.patch"]},
-
                 {"src": "git:git://github.com/alexlarsson/xdg-app",
                  "config-opts": ["--disable-documentation",
                                  "--with-priv-mode=none"],


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