org.gnome.Geary.yaml: Remove libhandy module, it is now in the SDK

This commit is contained in:
Michael Gratton 2020-10-25 19:43:12 +11:00
parent e15ece2cde
commit 9da2a57c6f
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