Merge branch 'mjog/flatpak-libhandy-module' into 'mainline'

Remove libhandy module from Flatpak manifest

See merge request GNOME/geary!614
This commit is contained in:
Michael Gratton 2020-11-05 08:13:08 +00:00
commit af980e20ef
2 changed files with 0 additions and 28 deletions

View file

@ -201,22 +201,6 @@
}
]
},
{
"name": "libhandy",
"buildsystem": "meson",
"config-opts": [
"-Dglade_catalog=disabled",
"-Dexamples=false",
"-Dtests=false"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libhandy.git",
"branch": "master"
}
]
},
{
"name": "libpeas",
"buildsystem": "meson",

View file

@ -203,18 +203,6 @@ modules:
url: https://github.com/jstedfast/gmime.git
branch: master
# Geary dependency
- name: libhandy
buildsystem: meson
config-opts:
- "-Dglade_catalog=disabled"
- "-Dexamples=false"
- "-Dtests=false"
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/libhandy.git
branch: master
# Geary dependency
- name: libpeas
buildsystem: meson