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:
parent
62ccfdafcd
commit
2d12b25e2c
6 changed files with 33 additions and 7 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue