meson: Replace libhandy-0.0 by libhandy-1

Depend on libhandy 0.84.0, and migrate to the GNOME repo.
This commit is contained in:
Adrien Plazas
2020-03-06 12:00:52 +01:00
parent bc648d9c92
commit 83c935ce7d
3 changed files with 3 additions and 4 deletions

2
.gitmodules vendored
View File

@@ -3,4 +3,4 @@
url = https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
[submodule "subprojects/libhandy"]
path = subprojects/libhandy
url = https://source.puri.sm/Librem5/libhandy.git
url = https://gitlab.gnome.org/GNOME/libhandy.git

View File

@@ -99,7 +99,7 @@ libgvc = subproject(
)
libgvc_dep = libgvc.get_variable('libgvc_dep')
libhandy_dep = dependency('libhandy-0.0', version: '>= 0.0.9', required: false)
libhandy_dep = dependency('libhandy-1', version: '>= 0.84.0', required: false)
if not libhandy_dep.found()
libhandy = subproject(
'libhandy',
@@ -107,7 +107,6 @@ if not libhandy_dep.found()
'examples=false',
'glade_catalog=disabled',
'introspection=disabled',
'static=true',
'tests=false',
'vapi=false',
]