org.gnome.Geary.yaml: Include libcanberra in build anyway for GSound

This commit is contained in:
Michael Gratton 2020-04-03 11:21:43 +11:00
parent f443f671f2
commit 9402e71500
2 changed files with 34 additions and 7 deletions

View file

@ -163,12 +163,18 @@
]
},
{
"name": "gmime",
"name": "libcanberra",
"sources": [
{
"type": "git",
"url": "https://github.com/jstedfast/gmime.git"
"type": "archive",
"url": "http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz",
"sha256": "c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72"
}
],
"config-opts": [
"--disable-alsa",
"--disable-null",
"--disable-oss"
]
},
{
@ -180,6 +186,15 @@
}
]
},
{
"name": "gmime",
"sources": [
{
"type": "git",
"url": "https://github.com/jstedfast/gmime.git"
}
]
},
{
"name": "libhandy",
"buildsystem": "meson",