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:
parent
bc648d9c92
commit
83c935ce7d
3 changed files with 3 additions and 4 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
]
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2d777677352d037b6f5cc24d9c1c8d9a74ac0ded
|
||||
Subproject commit 3a61bd9c6bc95f5418ef5376a99632d103162d49
|
Loading…
Add table
Reference in a new issue