summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-09-23 18:59:27 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-09-23 19:03:54 +0100
commite65ebc61fa0632f922fc7433a9b31394046df1e4 (patch)
tree9dcfa7e68ff2dd29baf970d8844078ebba6275fa /meson_options.txt
parent40b22d644d48795476ff9a442b4d9779de04d9fd (diff)
downloadefl-e65ebc61fa0632f922fc7433a9b31394046df1e4.tar.gz
build - update README and meson options to match echother in defaults
update some defaults like move to gl-es by default, tslib off by default as this really makes efl simpler to confgure ... by default with less things to change to get stuff working.
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 8f5deb17a5..33e74dedbb 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -67,7 +67,7 @@ option('eeze',
option('opengl',
type : 'combo',
choices : ['full', 'es-egl', 'none'],
- value : 'full',
+ value : 'es-egl',
description : 'Type of OpenGL support in efl'
)
@@ -170,7 +170,7 @@ option('xinput22',
option('tslib',
type : 'boolean',
- value : true,
+ value : false,
description : 'Framebuffer (/dev/fb / fbcon) touchscreen tslib support in efl'
)