diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-04 13:12:35 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-04 13:12:35 -0400 |
commit | 704f0f158a669689b78311cde35a736057f983b4 (patch) | |
tree | 9218ed70e84e542202df15fa93a805953130d259 /rootston/meson.build | |
parent | 5354fe8729b8c52f8f3ff63f23f932c49bf8c880 (diff) |
rootston: move device init to seat
Diffstat (limited to 'rootston/meson.build')
-rw-r--r-- | rootston/meson.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rootston/meson.build b/rootston/meson.build index 0367e43f..9c543c4f 100644 --- a/rootston/meson.build +++ b/rootston/meson.build @@ -7,10 +7,7 @@ sources = [ 'keyboard.c', 'main.c', 'output.c', - 'pointer.c', 'seat.c', - 'tablet_tool.c', - 'touch.c', 'xcursor.c', 'xdg_shell_v6.c', 'wl_shell.c', |