build - let's make xinput 2.2 default these days...

about time since it's common enough by now.
This commit is contained in:
Carsten Haitzler 2019-07-15 11:09:31 +01:00
parent 480bb10243
commit cf005ac54a
1 changed files with 3 additions and 3 deletions

View File

@ -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',