[gnome-control-center] meson: Replace libhandy-0.0 by libhandy-1
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] meson: Replace libhandy-0.0 by libhandy-1
- Date: Mon, 20 Jul 2020 06:13:23 +0000 (UTC)
commit 83c935ce7d3e52479ae44f1a40af15f6a31c4db3
Author: Adrien Plazas <kekun plazas laposte net>
Date: Fri Mar 6 12:00:52 2020 +0100
meson: Replace libhandy-0.0 by libhandy-1
Depend on libhandy 0.84.0, and migrate to the GNOME repo.
.gitmodules | 2 +-
meson.build | 3 +--
subprojects/libhandy | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/.gitmodules b/.gitmodules
index c7a037aa3b..60b7a8dbab 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 56c15767bb..2571468e3d 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
index 2d77767735..3a61bd9c6b 160000
--- a/subprojects/libhandy
+++ b/subprojects/libhandy
@@ -1 +1 @@
-Subproject commit 2d777677352d037b6f5cc24d9c1c8d9a74ac0ded
+Subproject commit 3a61bd9c6bc95f5418ef5376a99632d103162d49
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]