summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules2
-rw-r--r--meson.build3
m---------subprojects/libhandy0
3 files changed, 2 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index c7a037aa3..60b7a8dba 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -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
diff --git a/meson.build b/meson.build
index 56c15767b..2571468e3 100644
--- a/meson.build
+++ b/meson.build
@@ -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',
]
diff --git a/subprojects/libhandy b/subprojects/libhandy
-Subproject 2d777677352d037b6f5cc24d9c1c8d9a74ac0de
+Subproject 3a61bd9c6bc95f5418ef5376a99632d103162d4