[epiphany] meson: Bump libhandy to 0.0.7



commit 8468f3a119d9a8258c256c38bd39b01d003b8fdd
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Sat Dec 15 21:20:52 2018 +0100

    meson: Bump libhandy to 0.0.7
    
    This is necessary to avoid crashes.

 meson.build               | 6 +++---
 subprojects/libhandy.wrap | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/meson.build b/meson.build
index 2e8a9fcca..956e6ad6b 100644
--- a/meson.build
+++ b/meson.build
@@ -101,7 +101,7 @@ icu_uc_dep = dependency('icu-uc', version: '>= 4.6')
 iso_codes_dep = dependency('iso-codes', version: '>= 0.35')
 json_glib_dep = dependency('json-glib-1.0', version: '>= 1.2.4')
 libdazzle_dep = dependency('libdazzle-1.0', version: '>= 3.29.4', required: false)
-libhandy_dep = dependency('libhandy-0.0', version: '>= 0.0.6', required: false)
+libhandy_dep = dependency('libhandy-0.0', version: '>= 0.0.7', required: false)
 libnotify_dep = dependency('libnotify', version: '>= 0.5.1')
 libsecret_dep = dependency('libsecret-1', version: '>= 0.14')
 libsoup_dep = dependency('libsoup-2.4', version: '>= 2.48.0')
@@ -124,8 +124,8 @@ endif
 # the system copy is missing or too old.
 if not libhandy_dep.found()
   libhandy_dep = subproject('libhandy', default_options: ['examples=false',
-                                                          'glade_catalog=false',
-                                                          'introspection=false',
+                                                          'glade_catalog=disabled',
+                                                          'introspection=disabled',
                                                           'package_subdir=epiphany',
                                                           'tests=false',
                                                           'vapi=false']).get_variable('libhandy_dep')
diff --git a/subprojects/libhandy.wrap b/subprojects/libhandy.wrap
index 343f11104..5d5e7ca6a 100644
--- a/subprojects/libhandy.wrap
+++ b/subprojects/libhandy.wrap
@@ -1,4 +1,4 @@
 [wrap-git]
 directory=libhandy
 url=https://source.puri.sm/Librem5/libhandy.git
-revision=9c99704e4cc02d8aff8c03ebd583197677f67e52
+revision=fac9fa59a83f47655d604796632a932d58cf60bb


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