build - experiment - turn off glib integration by default
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 24 Nov 2019 11:32:34 +0000 (11:32 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 27 Nov 2019 21:24:45 +0000 (06:24 +0900)
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

index 6101fe4..677affd 100644 (file)
@@ -109,7 +109,7 @@ option('crypto',
 
 option('glib',
   type : 'boolean',
-  value : true,
+  value : false,
   description : 'Main loop integration for glib in efl'
 )