build: Pull in libhandy as a submodule until 1.2.1 is packaged
This commit is contained in:
parent
a5d6ec03e5
commit
11882a1055
6 changed files with 67 additions and 2 deletions
|
|
@ -78,6 +78,24 @@
|
|||
"/share"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "libhandy",
|
||||
"buildsystem": "meson",
|
||||
"config-opts": [
|
||||
"-Dglade_catalog=disabled"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://gitlab.gnome.org/GNOME/libhandy.git",
|
||||
"branch": "master"
|
||||
}
|
||||
],
|
||||
"cleanup": [
|
||||
"/bin",
|
||||
"/share"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "libical",
|
||||
"buildsystem": "cmake-ninja",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue