org.gnome.Geary.yaml: Include libcanberra in build anyway for GSound
This commit is contained in:
parent
f443f671f2
commit
9402e71500
2 changed files with 34 additions and 7 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -172,11 +172,16 @@ modules:
|
|||
cleanup:
|
||||
- /bin
|
||||
|
||||
# Geary dependency
|
||||
- name: gmime
|
||||
# GSound dependency
|
||||
- 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"
|
||||
|
||||
# Geary dependency
|
||||
- name: gsound
|
||||
|
|
@ -184,6 +189,12 @@ modules:
|
|||
- type: git
|
||||
url: https://github.com/GNOME/gsound.git
|
||||
|
||||
# Geary dependency
|
||||
- name: gmime
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/jstedfast/gmime.git
|
||||
|
||||
# Geary dependency
|
||||
- name: libhandy
|
||||
buildsystem: meson
|
||||
|
|
@ -223,3 +234,4 @@ modules:
|
|||
- type: git
|
||||
url: https://gitlab.gnome.org/GNOME/geary.git
|
||||
branch: mainline
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue