aboutsummaryrefslogtreecommitdiffstats
path: root/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 /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 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index cb4ee20e..60daf882 100644
--- a/meson.build
+++ b/meson.build
@@ -54,6 +54,7 @@ libinput = dependency('libinput', version: '>=1.6.0')
54xcb = dependency('xcb', required: get_option('xwayland')) 54xcb = dependency('xcb', required: get_option('xwayland'))
55drm_full = dependency('libdrm') # only needed for drm_fourcc.h 55drm_full = dependency('libdrm') # only needed for drm_fourcc.h
56drm = drm_full.partial_dependency(compile_args: true, includes: true) 56drm = drm_full.partial_dependency(compile_args: true, includes: true)
57libudev = dependency('libudev')
57bash_comp = dependency('bash-completion', required: false) 58bash_comp = dependency('bash-completion', required: false)
58fish_comp = dependency('fish', required: false) 59fish_comp = dependency('fish', required: false)
59math = cc.find_library('m') 60math = cc.find_library('m')