From 59bcc3c658f1a9f11593d475d1601ed209763a08 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 24 Nov 2019 11:32:34 +0000 Subject: build - experiment - turn off glib integration by default i wany to see if this breaks anything for regular efl use on regular platforms... one way to figure it out is disable it by default and see...xs --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 41f5059f8d..784bdf9a27 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -109,7 +109,7 @@ option('crypto', option('glib', type : 'boolean', - value : true, + value : false, description : 'Main loop integration for glib in efl' ) -- cgit v1.2.1