aboutsummaryrefslogtreecommitdiff
path: root/rootston/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-09-23 14:53:15 -0400
committerDrew DeVault <sir@cmpwn.com>2017-09-23 14:53:15 -0400
commit57c50c78f05c25dfb82d0ef69264fca00e4b3e04 (patch)
tree164928df56032decb1ee5bd5af1bc4cc898e29b6 /rootston/meson.build
parente81e99d16d31765b51fcca31d5ffffd5087febfa (diff)
Implement wlr_cursor in 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 03ca837a..787d0cf1 100644
--- a/rootston/meson.build
+++ b/rootston/meson.build
@@ -1,6 +1,7 @@
executable(
'rootson', [
'config.c',
+ 'cursor.c',
'desktop.c',
'ini.c',
'input.c',