summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAdrien Plazas <kekun.plazas@laposte.net>2019-01-16 11:53:20 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2019-01-16 20:57:06 +0000
commite9622437376f41230f403a5a1aa56d3669500905 (patch)
treec31e07e96a7dd9b9f8aab87cd779b102d4ccd199 /meson.build
parent301de79d9abee6bb482a6c4d91d3abd26b5c5c15 (diff)
downloadgnome-contacts-e9622437376f41230f403a5a1aa56d3669500905.tar.gz
Meson: Bump libhandy to 0.0.5
This will be needed to use Hdy.init() in the next commit.
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 028482f..8a20138 100644
--- a/meson.build
+++ b/meson.build
@@ -63,7 +63,7 @@ if telepathy_enabled
telepathy_glib = dependency('telepathy-glib', version: '>= 0.22.0')
endif
-libhandy = dependency('libhandy-0.0', version: '>= 0.0.4', required: false)
+libhandy = dependency('libhandy-0.0', version: '>= 0.0.5', required: false)
if not libhandy.found()
libhandy_subproj = subproject(
'libhandy',