summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-12-06 20:51:26 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-12-06 20:56:07 +0000
commit19f6be78c4326b7f5c60947e8f80e3372015a258 (patch)
treefb5767aa4af65cfb12553de6a33962436efb0274 /meson_options.txt
parentfd6d03025a90ced5e11b9959561f489120763def (diff)
downloadefl-19f6be78c4326b7f5c60947e8f80e3372015a258.tar.gz
imf - make xim+scim the defaults not xim+ibus due to ibus being broken
at leats ibus seems to just not work for me on arch at least - even with gtk apps, but scim does, so maybe make scim the main thing again? also allows glib to be off by default. :)
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index dd9fa01dcf..13124c1b76 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'
)
@@ -197,7 +197,7 @@ option('ecore-imf-loaders-disabler',
type : 'array',
description : 'List of input methods to disable in efl',
choices : ['xim', 'ibus', 'scim'],
- value : ['scim']
+ value : ['ibus']
)
option('emotion-loaders-disabler',