org.gnome.Geary.yaml: Add forgotten GSound dep
This commit is contained in:
parent
ae6e1750bf
commit
22ab242f94
2 changed files with 15 additions and 0 deletions
|
|
@ -172,6 +172,15 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "gsound",
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/GNOME/gsound.git"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "libhandy",
|
"name": "libhandy",
|
||||||
"buildsystem": "meson",
|
"buildsystem": "meson",
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue