summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-10-23 09:14:33 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-10-23 13:35:50 +1000
commite3c4ff38984dfb4b51c245032c4aff5169d15257 (patch)
tree3eb90c30fcc334b665baa0431580f319a2257155 /meson.build
parent30502dee1e925c270429669c4acd293645c3cba3 (diff)
downloadlibinput-e3c4ff38984dfb4b51c245032c4aff5169d15257.tar.gz
quirks: add AttrEventCodeEnable as counterpoint to the disable one
Currently unused, but let's get this in because we may need this very soon for broken tablets. Enabling EV_ABS axes requires an absinfo struct - we default to a simple 0-1 axis range for those as the most generic option. Anything more custom will need more custom treatment when we need it. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 24837d28..6b633dad 100644
--- a/meson.build
+++ b/meson.build
@@ -779,6 +779,7 @@ if get_option('tests')
'test/litest-device-ignored-mouse.c',
'test/litest-device-keyboard.c',
'test/litest-device-keyboard-all-codes.c',
+ 'test/litest-device-keyboard-quirked.c',
'test/litest-device-keyboard-razer-blackwidow.c',
'test/litest-device-keyboard-razer-blade-stealth.c',
'test/litest-device-keyboard-razer-blade-stealth-videoswitch.c',