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