Merge branch 'mjog/remove-redundant-flatpak-modules' into 'mainline'

Remove libgee and libunwind from Flatpak manifest

See merge request GNOME/geary!313
This commit is contained in:
Michael Gratton 2019-09-26 00:41:32 +00:00
commit 91860591fc

View file

@ -62,19 +62,6 @@
"/share/vala", "/share/girepository-1", "/share/gir-1.0",
"*.la", "*.a"],
"modules": [
{
"name": "libgee",
"config-opts" : [
"--enable-introspection=no"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libgee.git",
"branch": "master"
}
]
},
{
"name": "gnome-online-accounts",
"config-opts": [
@ -226,16 +213,6 @@
}
]
},
{
"name": "libunwind",
"sources": [
{
"type": "git",
"url": "https://git.savannah.gnu.org/git/libunwind.git",
"branch": "master"
}
]
},
{
"name": "libytnef",
"sources": [