diff options
author | Simon Ser <contact@emersion.fr> | 2021-02-08 19:24:20 +0100 |
---|---|---|
committer | Tudor Brindus <me@tbrindus.ca> | 2021-02-25 09:38:00 -0500 |
commit | eea9c6331f01729d5feb8f86a4c0bbb53012d292 (patch) | |
tree | 087cd3b7341c8ddddca3425613858a6a4281ee49 /sway/meson.build | |
parent | 641b8719ad7238cbc423c5575a58ac509bfcad02 (diff) |
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.
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
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, |