summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Plazas <kekun.plazas@laposte.net>2020-08-07 14:03:42 +0200
committerRobert Ancell <robert.ancell@gmail.com>2020-08-18 02:51:04 +0000
commitbccbaf5e43ec2b5f8d940c44e5dd8d8e088646c8 (patch)
tree7a7db1cb44ff37332c0c9f9ec4019e59d29875de
parent9e96307b7978e90999cd0c344b45a2ffb3e5d272 (diff)
downloadgnome-control-center-bccbaf5e43ec2b5f8d940c44e5dd8d8e088646c8.tar.gz
Bump libhandy to 0.90.0
The API is now stable.
-rw-r--r--meson.build2
m---------subprojects/libhandy0
2 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 6e7930d34..05dbe651a 100644
--- a/meson.build
+++ b/meson.build
@@ -99,7 +99,7 @@ libgvc = subproject(
)
libgvc_dep = libgvc.get_variable('libgvc_dep')
-libhandy_dep = dependency('libhandy-1', version: '>= 0.84.0', required: false)
+libhandy_dep = dependency('libhandy-1', version: '>= 0.90.0', required: false)
if not libhandy_dep.found()
libhandy = subproject(
'libhandy',
diff --git a/subprojects/libhandy b/subprojects/libhandy
-Subproject 3a61bd9c6bc95f5418ef5376a99632d103162d4
+Subproject c7aaf6f4f50b64ee55fcfee84000e9525fc5f93