diff options
author | Kenny Levinsen <kl@kl.wtf> | 2022-03-29 10:41:16 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2022-03-29 10:54:27 +0200 |
commit | 0462e9331d1648171bd47e62a2808f0a4d647239 (patch) | |
tree | 2d91785d72da23c25fa4146fab09580f7e2d9375 /meson.build | |
parent | 684dd619455011bc08c85ae4c1b39394268b5646 (diff) |
wscons: Move to its own device type
This reduces ifdefs and avoids overloading evdev as something it is not.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 337a4ae..661b39a 100644 --- a/meson.build +++ b/meson.build @@ -114,6 +114,7 @@ server_files = [ 'common/connection.c', 'common/evdev.c', 'common/drm.c', + 'common/wscons.c', 'seatd/poller.c', 'seatd/seat.c', 'seatd/client.c', |