[gnome-contacts] meson: Bump libhandy to 0.0.8



commit 7d74c5d243247cadc57c616aa060ccf87fa043ce
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Sat Feb 16 08:50:14 2019 +0100

    meson: Bump libhandy to 0.0.8
    
    This fixes RTL direction support of Hdy.Leaflet.

 meson.build          | 4 ++--
 subprojects/libhandy | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index a32574a..ca96889 100644
--- a/meson.build
+++ b/meson.build
@@ -63,13 +63,13 @@ if telepathy_enabled
   telepathy_glib = dependency('telepathy-glib', version: '>= 0.22.0')
 endif
 
-libhandy = dependency('libhandy-0.0', version: '>= 0.0.5', required: false)
+libhandy = dependency('libhandy-0.0', version: '>= 0.0.8', required: false)
 if not libhandy.found()
   libhandy_subproj = subproject(
     'libhandy',
     default_options: [
       'examples=false',
-      'glade_catalog=false',
+      'glade_catalog=disabled',
       'tests=false',
     ]
   )
diff --git a/subprojects/libhandy b/subprojects/libhandy
index 4a2d491..3721b49 160000
--- a/subprojects/libhandy
+++ b/subprojects/libhandy
@@ -1 +1 @@
-Subproject commit 4a2d49195529c72aeaed5bb21f5ccfd84c59a6a5
+Subproject commit 3721b490b6aacd0a8c755bf445b0a91ee9c347bc


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