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
This commit is contained in:
Carsten Haitzler 2019-11-24 11:32:34 +00:00
parent 523a64d226
commit 59bcc3c658
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ option('crypto',
option('glib',
type : 'boolean',
value : true,
value : false,
description : 'Main loop integration for glib in efl'
)