summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2019-12-06 14:40:20 -0500
committerChristopher Michael <cp.michael@samsung.com>2019-12-06 14:40:55 -0500
commitfd6d03025a90ced5e11b9959561f489120763def (patch)
treec44bc48a8dfc4bd8cc5b1e5cddd5876f92daa12b /meson_options.txt
parent899b11f4e46fd35553d9e791b5b1b853a0b105d9 (diff)
downloadefl-fd6d03025a90ced5e11b9959561f489120763def.tar.gz
ecore_x: remove support XGesture extension
Summary: This was a X11 extension mainly developed for Tizen. By now I can only find it packaged by Gentoo as the only Linux distribution and Tizen is now longer using it either. Bringing it up during EDD and on the mailing list did not come up with any users. I think we can go ahead and deprecate the API and remove the functionality. Reviewers: raster, cedric, devilhorns, zmike Reviewed By: devilhorns Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D10823
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 4652730e6d..dd9fa01dcf 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -150,12 +150,6 @@ option('xpresent',
description : 'X11 XPresent extension support in efl'
)
-option('xgesture',
- type : 'boolean',
- value : false,
- description : 'X11 XGesture support in efl'
-)
-
option('xinput2',
type : 'boolean',
value : true,