aboutsummaryrefslogtreecommitdiff
path: root/backend/meson.build
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-12-17 18:49:20 +0100
committeremersion <contact@emersion.fr>2017-12-17 18:49:20 +0100
commitbc5bdb7793d7737a42489ddb07b2fbb7f74a47f5 (patch)
tree6a38ed819d15df84951ab4aa1b1fea9b1dce0526 /backend/meson.build
parent0256de00029e8f17da0514e14460fb9ff2283433 (diff)
Add headless input devices
Diffstat (limited to 'backend/meson.build')
-rw-r--r--backend/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/meson.build b/backend/meson.build
index fb16944e..68d958a7 100644
--- a/backend/meson.build
+++ b/backend/meson.build
@@ -11,6 +11,7 @@ backend_files = files(
'drm/util.c',
'headless/backend.c',
'headless/output.c',
+ 'headless/input_device.c',
'libinput/backend.c',
'libinput/events.c',
'libinput/keyboard.c',