diff options
author | Markus Ongyerth <ongy@ongy.net> | 2019-05-10 08:36:19 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-09-26 19:41:19 +0300 |
commit | 2285e36b0c10db31ecaaf1130c24d3170c54583f (patch) | |
tree | c1f1ba595e5febd5517f5d30533dda6b29afc628 /backend/meson.build | |
parent | 57babd2e13e4d55230d63687aec0107156fd65f4 (diff) |
Add zwp-tablet-unstable-v2 client support
This allows wlroots based compositors to properly use graphic tablets
with the wayland backend.
This should be a decent quality of life improvement when working on
tablet related features.
Diffstat (limited to 'backend/meson.build')
-rw-r--r-- | backend/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/meson.build b/backend/meson.build index ca85ad31..574d4f74 100644 --- a/backend/meson.build +++ b/backend/meson.build @@ -28,6 +28,7 @@ backend_files = files( 'wayland/backend.c', 'wayland/output.c', 'wayland/wl_seat.c', + 'wayland/tablet_v2.c', ) backend_deps = [ |