Add Gspell to dependencies and the build
This commit is contained in:
parent
10af58a5f1
commit
4dd08389df
5 changed files with 39 additions and 14 deletions
|
|
@ -100,6 +100,27 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : "gspell",
|
||||
"config-opts" : [
|
||||
"--disable-gtk-doc",
|
||||
"--disable-gtk-doc-html"
|
||||
],
|
||||
"cleanup" : [
|
||||
"/bin",
|
||||
"/include",
|
||||
"/lib/pkgconfig",
|
||||
"*.la",
|
||||
"/share"
|
||||
],
|
||||
"sources" : [
|
||||
{
|
||||
"type" : "git",
|
||||
"url" : "https://gitlab.gnome.org/GNOME/gspell.git",
|
||||
"branch" : "master"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "libical",
|
||||
"cleanup": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue