[recipes] Add new dependencies to the flatpak manifest



commit 3d28af04cc437cd65581eabab96cfa8b49569353
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Oct 29 18:11:58 2017 -0400

    Add new dependencies to the flatpak manifest
    
    goa and rest are needed to build now.

 flatpak/org.gnome.Recipes.json |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/flatpak/org.gnome.Recipes.json b/flatpak/org.gnome.Recipes.json
index 7332956..cd85dfe 100644
--- a/flatpak/org.gnome.Recipes.json
+++ b/flatpak/org.gnome.Recipes.json
@@ -49,6 +49,24 @@
             ]
         },
         {
+            "name": "rest",
+            "sources": [
+                    {
+                        "type": "git",
+                        "url": "git://git.gnome.org/librest"
+                    }
+            ]
+        },
+        {
+            "name": "gnome-online-accounts",
+            "sources": [
+                    {
+                        "type": "git",
+                        "url": "git://git.gnome.org/gnome-online-accounts"
+                    }
+            ]
+        },
+        {
             "name": "recipes",
             "buildsystem": "meson",
             "builddir": true,


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