build: Pull in libhandy as a submodule until 1.2.1 is packaged

This commit is contained in:
Michael Gratton 2021-04-13 19:08:39 +10:00 committed by Michael James Gratton
parent a5d6ec03e5
commit 11882a1055
6 changed files with 67 additions and 2 deletions

View file

@ -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",