org.gnome.Geary.yaml: Add forgotten GSound dep

This commit is contained in:
Michael Gratton 2020-03-22 08:45:39 +11:00
parent ae6e1750bf
commit 22ab242f94
2 changed files with 15 additions and 0 deletions

View file

@ -172,6 +172,15 @@
} }
] ]
}, },
{
"name": "gsound",
"sources": [
{
"type": "git",
"url": "https://github.com/GNOME/gsound.git"
}
]
},
{ {
"name": "libhandy", "name": "libhandy",
"buildsystem": "meson", "buildsystem": "meson",

View file

@ -177,6 +177,12 @@ modules:
- type: git - type: git
url: https://github.com/jstedfast/gmime.git url: https://github.com/jstedfast/gmime.git
# Geary dependency
- name: gsound
sources:
- type: git
url: https://github.com/GNOME/gsound.git
# Geary dependency # Geary dependency
- name: libhandy - name: libhandy
buildsystem: meson buildsystem: meson