2017-10-06 21:50:25 +00:00
|
|
|
sources = [
|
|
|
|
'config.c',
|
2017-11-09 01:25:02 +00:00
|
|
|
'cursor.c',
|
2017-10-06 21:50:25 +00:00
|
|
|
'desktop.c',
|
|
|
|
'ini.c',
|
|
|
|
'input.c',
|
|
|
|
'keyboard.c',
|
|
|
|
'main.c',
|
|
|
|
'output.c',
|
2017-11-03 13:01:34 +00:00
|
|
|
'seat.c',
|
2017-10-27 17:09:38 +00:00
|
|
|
'xcursor.c',
|
2017-10-06 21:50:25 +00:00
|
|
|
'xdg_shell_v6.c',
|
|
|
|
'wl_shell.c',
|
|
|
|
]
|
|
|
|
if get_option('enable_xwayland')
|
|
|
|
sources += ['xwayland.c']
|
|
|
|
endif
|
2017-09-23 00:24:32 +00:00
|
|
|
executable(
|
2017-10-26 22:02:30 +00:00
|
|
|
'rootston', sources, dependencies: [wlroots, wlr_protos]
|
2017-09-23 00:24:32 +00:00
|
|
|
)
|