raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=59bcc3c658f1a9f11593d475d1601ed209763a08

commit 59bcc3c658f1a9f11593d475d1601ed209763a08
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Sun Nov 24 11:32:34 2019 +0000

    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(-)

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'
 )
 

-- 


Reply via email to