bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=0c2cf7e1bf7ca547655d25aaea30d081101b42be

commit 0c2cf7e1bf7ca547655d25aaea30d081101b42be
Author: Marcel Hollerbach <m...@marcel-hollerbach.de>
Date:   Sat Apr 3 17:43:25 2021 +0200

    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.
---
 meson.build       | 2 +-
 meson_options.txt | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index a803a197a2..25677fcc3f 100644
--- a/meson.build
+++ b/meson.build
@@ -330,7 +330,7 @@ subprojects = [
   ['ecore_ipc'        ,[]                    , false,  true, false,  false,  
false,     false,  true, ['eina'], []],
   ['ecore_buffer'     ,['buffer']            ,  true,  true,  true,  false,  
false,     false,  true, ['eina'], []],
   ['ector'            ,[]                    , false,  true, false,  false,   
true,     false,  true, ['eina', 'efl'], ['draw', 'triangulator', 'freetype']],
-  ['elput'            ,['drm']               , false,  true, false,  false,   
true,     false,  true, ['eina', 'eldbus'], []],
+  ['elput'            ,['input']             , false,  true, false,  false,   
true,     false,  true, ['eina', 'eldbus'], []],
   ['ecore_drm2'       ,['drm']               , false,  true, false,  false,  
false,     false,  true, ['ecore'], ['libdrm']],
   ['ecore_cocoa'      ,['cocoa']             , false,  true, false,  false,  
false,     false,  true, ['eina'], []],
   ['evas'             ,[]                    ,  true,  true, false,  false,   
true,      true,  true, ['eina', 'efl', 'eo'], ['vg_common', 'libunibreak']],
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,

-- 


Reply via email to