aboutsummaryrefslogtreecommitdiff
path: root/rootston/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-09-28 19:06:41 -0400
committerDrew DeVault <sir@cmpwn.com>2017-09-28 19:06:41 -0400
commit033036712ade73a872f1034ddb47235be11a74aa (patch)
treeecae511da6a408177369858ac43d200bae427472 /rootston/meson.build
parent2850a9360b23eaf27f6437a889b13bdcbe506863 (diff)
parente4ad534ab41b01a08b6b4f19aa47805f6040f7b4 (diff)
Merge branch 'rootston'
Diffstat (limited to 'rootston/meson.build')
-rw-r--r--rootston/meson.build16
1 files changed, 16 insertions, 0 deletions
diff --git a/rootston/meson.build b/rootston/meson.build
new file mode 100644
index 00000000..59f73e96
--- /dev/null
+++ b/rootston/meson.build
@@ -0,0 +1,16 @@
+executable(
+ 'rootston', [
+ 'config.c',
+ 'cursor.c',
+ 'desktop.c',
+ 'ini.c',
+ 'input.c',
+ 'keyboard.c',
+ 'main.c',
+ 'output.c',
+ 'pointer.c',
+ 'xdg_shell_v6.c',
+ 'xwayland.c',
+ 'wl_shell.c',
+ ], dependencies: wlroots
+)