summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAdrien Plazas <kekun.plazas@laposte.net>2020-07-30 15:25:20 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2020-08-09 17:13:20 +0000
commitcfb43436c130d8514be56c7b1eaf98277737ebab (patch)
tree59f7ed0f0e5c29a27d1ae825455d7dc32fe3b0f1 /meson.build
parent79a830de2b4734097b8c3d6aac519209b832ad21 (diff)
downloadgnome-contacts-cfb43436c130d8514be56c7b1eaf98277737ebab.tar.gz
Bump libhandy to 0.85.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 ffc0838..0be097e 100644
--- a/meson.build
+++ b/meson.build
@@ -65,7 +65,7 @@ if get_option('telepathy')
telepathy_glib = dependency('telepathy-glib', version: '>= 0.22.0')
endif
-libhandy = dependency('libhandy-1', version: '>= 0.84.0', required: false)
+libhandy = dependency('libhandy-1', version: '>= 0.85.0', required: false)
if not libhandy.found()
libhandy_subproj = subproject(
'libhandy',