blob: 6e9e00415a532264a1002682c17c8c02a470f9e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
executable(
'rootston', [
'config.c',
'cursor.c',
'desktop.c',
'ini.c',
'input.c',
'keyboard.c',
'main.c',
'output.c',
'pointer.c',
'xdg_shell_v6.c',
'wl_shell.c',
], dependencies: wlroots
)
|