summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2021-04-03 17:43:25 +0200
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2021-04-03 17:47:52 +0200
commit0c2cf7e1bf7ca547655d25aaea30d081101b42be (patch)
treecc7039913c23321bbe8984df6ecf169ed07180df /meson_options.txt
parentbbf293240fbd6d3be94f1971ed779ce398e3ba3d (diff)
downloadefl-0c2cf7e1bf7ca547655d25aaea30d081101b42be.tar.gz
build: enable elput per default
this is now needed by enlightenment in order to support gesture recognition, even in xorg, hence enabling it per default.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b224179366..8c21e69436 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -46,6 +46,12 @@ option('drm',
description : 'DRM/KMS advanced framebuffer/console support in efl'
)
+option('input',
+ type : 'boolean',
+ value : true,
+ description : 'libinput abstraction in efl'
+)
+
option('cocoa',
type : 'boolean',
value : false,