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',
|
2018-03-18 19:09:37 +00:00
|
|
|
'layer_shell.c',
|
2017-10-06 21:50:25 +00:00
|
|
|
'main.c',
|
|
|
|
'output.c',
|
2017-11-03 13:01:34 +00:00
|
|
|
'seat.c',
|
2017-10-06 21:50:25 +00:00
|
|
|
'wl_shell.c',
|
2018-02-12 20:29:23 +00:00
|
|
|
'xdg_shell_v6.c',
|
2018-02-14 11:40:13 +00:00
|
|
|
'xdg_shell.c',
|
2017-10-06 21:50:25 +00:00
|
|
|
]
|
2018-04-02 21:35:03 +00:00
|
|
|
if get_option('enable-xwayland')
|
2017-10-06 21:50:25 +00:00
|
|
|
sources += ['xwayland.c']
|
|
|
|
endif
|
2017-09-23 00:24:32 +00:00
|
|
|
executable(
|
2018-01-18 02:31:46 +00:00
|
|
|
'rootston', sources, dependencies: [wlroots, wlr_protos, pixman]
|
2017-09-23 00:24:32 +00:00
|
|
|
)
|