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": [ "sources": [
{ {
"type": "git", "type": "archive",
"url": "https://github.com/jstedfast/gmime.git" "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", "name": "libhandy",
"buildsystem": "meson", "buildsystem": "meson",

View file

@ -172,11 +172,16 @@ modules:
cleanup: cleanup:
- /bin - /bin
# Geary dependency # GSound dependency
- name: gmime - name: libcanberra
sources: sources:
- type: git - type: archive
url: https://github.com/jstedfast/gmime.git url: http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz
sha256: c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72
config-opts:
- "--disable-alsa"
- "--disable-null"
- "--disable-oss"
# Geary dependency # Geary dependency
- name: gsound - name: gsound
@ -184,6 +189,12 @@ modules:
- type: git - type: git
url: https://github.com/GNOME/gsound.git url: https://github.com/GNOME/gsound.git
# Geary dependency
- name: gmime
sources:
- type: git
url: https://github.com/jstedfast/gmime.git
# Geary dependency # Geary dependency
- name: libhandy - name: libhandy
buildsystem: meson buildsystem: meson
@ -223,3 +234,4 @@ modules:
- type: git - type: git
url: https://gitlab.gnome.org/GNOME/geary.git url: https://gitlab.gnome.org/GNOME/geary.git
branch: mainline branch: mainline