aboutsummaryrefslogtreecommitdiff
path: root/rootston/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-20 23:19:41 -0400
committerDrew DeVault <sir@cmpwn.com>2017-10-20 23:19:41 -0400
commit1782d5e7b7dc5e494cfee72b758d5fa8114aecc8 (patch)
treebd6b66b2e40db21d73b218adfc45c305174e1df8 /rootston/meson.build
parent59fa18fbc9c13d23b85f27a9f262d8e435c0ef75 (diff)
Implement simple touch support for rootston
Diffstat (limited to 'rootston/meson.build')
-rw-r--r--rootston/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/rootston/meson.build b/rootston/meson.build
index 7ff79f8e..f2621450 100644
--- a/rootston/meson.build
+++ b/rootston/meson.build
@@ -9,6 +9,7 @@ sources = [
'output.c',
'pointer.c',
'tablet_tool.c',
+ 'touch.c',
'xdg_shell_v6.c',
'wl_shell.c',
]