From d1940acf119cfe04e82ec83cafd95a98f3b961db Mon Sep 17 00:00:00 2001 From: Michael James Gratton Date: Mon, 11 Jun 2018 16:26:47 +1000 Subject: [PATCH] Fix Flatpak manifest missing gnome-online-accounts. --- org.gnome.Geary.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json index d0f22662..b0f944d7 100644 --- a/org.gnome.Geary.json +++ b/org.gnome.Geary.json @@ -75,6 +75,21 @@ } ] }, + { + "name": "gnome-online-accounts", + "config-opts": [ + "--disable-telepathy", + "--disable-documentation", + "--disable-backend" + ], + "sources": [ + { + "type": "git", + "url": "https://gitlab.gnome.org/GNOME/gnome-online-accounts.git", + "branch": "master" + } + ] + }, { "name": "libunwind", "sources": [