From 9a89d7e0379776f520ac8d08d693601019ef39c9 Mon Sep 17 00:00:00 2001 From: Michael James Gratton Date: Sat, 2 Dec 2017 22:10:36 +1100 Subject: [PATCH] Fix Flatpak build. * org.gnome.Geary.json: Add libunwind dep, point libgee back to master while we're here. --- org.gnome.Geary.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json index 65076f88..d1de0a42 100644 --- a/org.gnome.Geary.json +++ b/org.gnome.Geary.json @@ -84,7 +84,7 @@ { "type": "git", "url": "https://git.gnome.org/browse/libgee", - "tag": "0.20.0" + "branch": "master" } ] }, @@ -98,6 +98,16 @@ } ] }, + { + "name": "libunwind", + "sources": [ + { + "type": "git", + "url": "https://git.savannah.gnu.org/git/libunwind.git", + "branch": "master" + } + ] + }, { "name": "geary", "sources": [