[gnome-control-center] meson: Bump libhandy to 0.0.7



commit ee0a2ed6c2ad2852d90e168f1d8e7eeda8c30d1e
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Jan 11 09:22:02 2019 +0100

    meson: Bump libhandy to 0.0.7
    
    This will allow us to build it as a static library.

 meson.build          | 6 +++---
 subprojects/libhandy | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/meson.build b/meson.build
index 525a22cbf..a6acdcd48 100644
--- a/meson.build
+++ b/meson.build
@@ -96,14 +96,14 @@ libgvc = subproject(
 )
 libgvc_dep = libgvc.get_variable('libgvc_dep')
 
-libhandy_dep = dependency('libhandy-0.0', version: '>= 0.0.4', required: false)
+libhandy_dep = dependency('libhandy-0.0', version: '>= 0.0.7', required: false)
 if not libhandy_dep.found()
   libhandy = subproject(
     'libhandy',
     default_options: [
       'examples=false',
-      'glade_catalog=false',
-      'introspection=false',
+      'glade_catalog=disabled',
+      'introspection=disabled',
       'tests=false',
       'vapi=false',
     ]
diff --git a/subprojects/libhandy b/subprojects/libhandy
index 5004b4204..fac9fa59a 160000
--- a/subprojects/libhandy
+++ b/subprojects/libhandy
@@ -1 +1 @@
-Subproject commit 5004b4204a11f021c8e75c7dce034e19c29b987c
+Subproject commit fac9fa59a83f47655d604796632a932d58cf60bb


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