From eea9c6331f01729d5feb8f86a4c0bbb53012d292 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 8 Feb 2021 19:24:20 +0100 Subject: Automatically map built-in touchscreens/tablets to built-in panels Detect whether an output is built-in via its type. Detect whether a touchscreen or tablet tool is built-in via its ID_PATH property. --- sway/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/meson.build') diff --git a/sway/meson.build b/sway/meson.build index f163ee90..b52fada4 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -208,6 +208,7 @@ sway_deps = [ jsonc, libevdev, libinput, + libudev, math, pango, pcre, -- cgit v1.2.3