aboutsummaryrefslogtreecommitdiff
path: root/rootston/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'rootston/meson.build')
-rw-r--r--rootston/meson.build14
1 files changed, 14 insertions, 0 deletions
diff --git a/rootston/meson.build b/rootston/meson.build
new file mode 100644
index 00000000..30ae1548
--- /dev/null
+++ b/rootston/meson.build
@@ -0,0 +1,14 @@
+executable(
+ 'rootston', [
+ 'config.c',
+ 'cursor.c',
+ 'desktop.c',
+ 'ini.c',
+ 'input.c',
+ 'keyboard.c',
+ 'main.c',
+ 'output.c',
+ 'pointer.c',
+ 'xdg_shell_v6.c'
+ ], dependencies: wlroots
+)