blob: 59f73e9695d97201efae2db4c6362ee49c036e6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
)
|