aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2021-02-08 19:24:20 +0100
committerLibravatar Tudor Brindus <me@tbrindus.ca>2021-02-25 09:38:00 -0500
commiteea9c6331f01729d5feb8f86a4c0bbb53012d292 (patch)
tree087cd3b7341c8ddddca3425613858a6a4281ee49 /sway/meson.build
parentman: document `input XXX map_to_output *` (diff)
downloadsway-eea9c6331f01729d5feb8f86a4c0bbb53012d292.tar.gz
sway-eea9c6331f01729d5feb8f86a4c0bbb53012d292.tar.zst
sway-eea9c6331f01729d5feb8f86a4c0bbb53012d292.zip
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.build1
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 = [
208 jsonc, 208 jsonc,
209 libevdev, 209 libevdev,
210 libinput, 210 libinput,
211 libudev,
211 math, 212 math,
212 pango, 213 pango,
213 pcre, 214 pcre,