From 2a3c62b4d28ec7a69473e9c18c42f1ed26c74bbf Mon Sep 17 00:00:00 2001 From: Ryan Walklin Date: Wed, 14 Nov 2018 23:24:55 +0000 Subject: [WIP][DONTMERGE]Add support for libinput_switch input devices These are used primarily by laptops to signal the state of the lid (open/closed) and tablet mode if supported, based on ACPI events. --- backend/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'backend/meson.build') diff --git a/backend/meson.build b/backend/meson.build index 03f8ea7d..bf9b4f83 100644 --- a/backend/meson.build +++ b/backend/meson.build @@ -15,6 +15,7 @@ backend_files = files( 'libinput/events.c', 'libinput/keyboard.c', 'libinput/pointer.c', + 'libinput/switch.c', 'libinput/tablet_pad.c', 'libinput/tablet_tool.c', 'libinput/touch.c', -- cgit v1.2.3