2017-10-06 21:50:25 +00:00
|
|
|
sources = [
|
|
|
|
'config.c',
|
2017-11-08 20:25:02 -05:00
|
|
|
'cursor.c',
|
2017-10-06 21:50:25 +00:00
|
|
|
'desktop.c',
|
|
|
|
'ini.c',
|
|
|
|
'input.c',
|
|
|
|
'keyboard.c',
|
2018-03-18 15:09:37 -04:00
|
|
|
'layer_shell.c',
|
2017-10-06 21:50:25 +00:00
|
|
|
'main.c',
|
|
|
|
'output.c',
|
2017-11-03 09:01:34 -04:00
|
|
|
'seat.c',
|
2018-05-24 19:46:54 +02:00
|
|
|
'virtual_keyboard.c',
|
2017-10-06 21:50:25 +00:00
|
|
|
'wl_shell.c',
|
2018-02-12 21:29:23 +01:00
|
|
|
'xdg_shell_v6.c',
|
2018-02-14 12:40:13 +01:00
|
|
|
'xdg_shell.c',
|
2017-10-06 21:50:25 +00:00
|
|
|
]
|
2018-04-02 23:35:03 +02:00
|
|
|
if get_option('enable-xwayland')
|
2017-10-06 21:50:25 +00:00
|
|
|
sources += ['xwayland.c']
|
|
|
|
endif
|
2017-09-22 20:24:32 -04:00
|
|
|
executable(
|
2018-01-18 03:31:46 +01:00
|
|
|
'rootston', sources, dependencies: [wlroots, wlr_protos, pixman]
|
2017-09-22 20:24:32 -04:00
|
|
|
)
|