aboutsummaryrefslogtreecommitdiff
path: root/rootston/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-27 13:42:53 -0400
committerGitHub <noreply@github.com>2017-10-27 13:42:53 -0400
commit9f1ed70b81adc0680ba796a5545709036bc54408 (patch)
treeda33a734e90c78467ed838506f86d392305d6500 /rootston/meson.build
parent0572abbb252edfc27232c08893b7440561ca171d (diff)
parentec5beeb8b8eec615f74f640f84e8fa8e451ba3bb (diff)
Merge pull request #344 from emersion/compositor-action-cursors
Set compositor cursor for move, resize and rotate
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 53cab62d..d84422d8 100644
--- a/rootston/meson.build
+++ b/rootston/meson.build
@@ -10,6 +10,7 @@ sources = [
'pointer.c',
'tablet_tool.c',
'touch.c',
+ 'xcursor.c',
'xdg_shell_v6.c',
'wl_shell.c',
]