build: Switch over to use libhandy-1

Add as a optional submodule for people who don't have it installed yet.
This commit is contained in:
Michael Gratton 2020-08-16 16:19:14 +10:00 committed by Michael James Gratton
parent 62ccfdafcd
commit 2d12b25e2c
6 changed files with 33 additions and 7 deletions

View file

@ -203,13 +203,15 @@
"name": "libhandy",
"buildsystem": "meson",
"config-opts": [
"-Dglade_catalog=disabled"
"-Dglade_catalog=disabled",
"-Dexamples=false",
"-Dtests=false"
],
"sources": [
{
"type": "git",
"url": "https://source.puri.sm/Librem5/libhandy.git",
"branch": "v0.0.13"
"url": "https://gitlab.gnome.org/GNOME/libhandy.git",
"branch": "master"
}
]
},