[gnome-contacts] Meson: Bump libhandy to 0.0.5



commit e9622437376f41230f403a5a1aa56d3669500905
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Wed Jan 16 11:53:20 2019 +0100

    Meson: Bump libhandy to 0.0.5
    
    This will be needed to use Hdy.init() in the next commit.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]