aboutsummaryrefslogtreecommitdiff
path: root/backend/libinput/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'backend/libinput/meson.build')
-rw-r--r--backend/libinput/meson.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/backend/libinput/meson.build b/backend/libinput/meson.build
new file mode 100644
index 00000000..ff78d2f8
--- /dev/null
+++ b/backend/libinput/meson.build
@@ -0,0 +1,10 @@
+wlr_files += files(
+ 'backend.c',
+ 'events.c',
+ 'keyboard.c',
+ 'pointer.c',
+ 'switch.c',
+ 'tablet_pad.c',
+ 'tablet_tool.c',
+ 'touch.c',
+)