summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-11-24 11:32:34 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-11-27 16:52:49 +0000
commit59bcc3c658f1a9f11593d475d1601ed209763a08 (patch)
treeb8219895980aaf2ff2f59531c4668f817902cf1c
parent523a64d2265c13a82ba73022d10919f0e392bab2 (diff)
downloadefl-59bcc3c658f1a9f11593d475d1601ed209763a08.tar.gz
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
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
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'
)