summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
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',