From cf005ac54abdea843e5731765e41e5088275249f Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 15 Jul 2019 11:09:31 +0100 Subject: [PATCH] build - let's make xinput 2.2 default these days... about time since it's common enough by now. --- meson_options.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index 9dac48279d..4aa22fda0f 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -158,13 +158,13 @@ option('xgesture', option('xinput2', type : 'boolean', value : true, - description : 'xi2 support' + description : 'xinpput 2.0+ support' ) option('xinput22', type : 'boolean', - value : false, - description : 'xi22 support' + value : true, + description : 'xiinput 2.2+ support' ) option('tslib',