2017-09-23 00:24:32 +00:00
|
|
|
executable(
|
2017-09-23 18:56:09 +00:00
|
|
|
'rootston', [
|
2017-09-23 00:24:32 +00:00
|
|
|
'config.c',
|
2017-09-23 18:53:15 +00:00
|
|
|
'cursor.c',
|
2017-09-23 04:29:53 +00:00
|
|
|
'desktop.c',
|
2017-09-23 00:24:32 +00:00
|
|
|
'ini.c',
|
2017-09-23 14:13:05 +00:00
|
|
|
'input.c',
|
2017-09-23 22:32:03 +00:00
|
|
|
'keyboard.c',
|
2017-09-23 04:29:53 +00:00
|
|
|
'main.c',
|
|
|
|
'output.c',
|
2017-09-23 15:13:18 +00:00
|
|
|
'pointer.c',
|
2017-10-01 15:21:55 +00:00
|
|
|
'tablet_tool.c',
|
2017-09-26 21:59:25 +00:00
|
|
|
'xdg_shell_v6.c',
|
2017-09-28 12:54:57 +00:00
|
|
|
'xwayland.c',
|
2017-09-27 12:48:53 +00:00
|
|
|
'wl_shell.c',
|
2017-09-23 00:24:32 +00:00
|
|
|
], dependencies: wlroots
|
|
|
|
)
|