[epiphany/gnome-3-32] build: use static build option for libhandy subproject



commit 2cc15b15281886526a285330b291fc48c3303069
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Tue Feb 19 00:49:11 2019 +0000

    build: use static build option for libhandy subproject
    
    This keeps libhandy from trying to install its
    development files
    
    
    (cherry picked from commit 6e21e54ad0717e4ea1f47b4bc3cf1f7592e0aa87)

 meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index 7d0566c16..1a130eb3a 100644
--- a/meson.build
+++ b/meson.build
@@ -125,6 +125,7 @@ if not libhandy_dep.found()
                                                           'glade_catalog=disabled',
                                                           'introspection=disabled',
                                                           'package_subdir=epiphany',
+                                                          'static=true',
                                                           'tests=false',
                                                           'vapi=false']).get_variable('libhandy_dep')
 endif


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