diff options
author | emersion <contact@emersion.fr> | 2017-12-17 18:49:20 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-12-17 18:49:20 +0100 |
commit | bc5bdb7793d7737a42489ddb07b2fbb7f74a47f5 (patch) | |
tree | 6a38ed819d15df84951ab4aa1b1fea9b1dce0526 /backend/meson.build | |
parent | 0256de00029e8f17da0514e14460fb9ff2283433 (diff) |
Add headless input devices
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 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', |