aboutsummaryrefslogtreecommitdiff
path: root/rootston/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-09-23 00:29:53 -0400
committerDrew DeVault <sir@cmpwn.com>2017-09-23 00:30:39 -0400
commitb6d7c3ed8ec6ae29af5d585db5417394ff49f3c7 (patch)
treec3faaa0fdc17e7f4d72a9843bb64d0aed0a2c396 /rootston/meson.build
parent550748681db7f75888beab41a1a85eb86876604c (diff)
Initialize display, backend; add frame handling
Diffstat (limited to 'rootston/meson.build')
-rw-r--r--rootston/meson.build6
1 files changed, 4 insertions, 2 deletions
diff --git a/rootston/meson.build b/rootston/meson.build
index 501fe17e..9342d19c 100644
--- a/rootston/meson.build
+++ b/rootston/meson.build
@@ -1,7 +1,9 @@
executable(
- 'rooston', [
- 'main.c',
+ 'rootson', [
'config.c',
+ 'desktop.c',
'ini.c',
+ 'main.c',
+ 'output.c',
], dependencies: wlroots
)