summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAdrien Plazas <kekun.plazas@laposte.net>2020-07-20 12:14:45 +0200
committerAdrien Plazas <kekun.plazas@laposte.net>2020-07-20 12:14:45 +0200
commite0d5147c2470ddc53737ac216477e68a1c76cd81 (patch)
tree41b2f0452a492a3e4e20cc1b31640e7b19fba549 /meson.build
parenteea789e5380895cb9ad5856022d7da4740a1fc27 (diff)
downloadgnome-contacts-e0d5147c2470ddc53737ac216477e68a1c76cd81.tar.gz
Bump libhandy to 0.84.0
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d9e3aba..1f46321 100644
--- a/meson.build
+++ b/meson.build
@@ -62,7 +62,7 @@ if get_option('telepathy')
telepathy_glib = dependency('telepathy-glib', version: '>= 0.22.0')
endif
-libhandy = dependency('libhandy-0.0', version: '>= 0.0.12', required: false)
+libhandy = dependency('libhandy-1', version: '>= 0.84.0', required: false)
if not libhandy.found()
libhandy_subproj = subproject(
'libhandy',