wlroots/rootston/meson.build

18 lines
250 B
Meson
Raw Normal View History

2017-09-23 00:24:32 +00:00
executable(
2017-09-23 18:56:09 +00:00
'rootston', [
2017-09-23 00:24:32 +00:00
'config.c',
2017-09-23 18:53:15 +00:00
'cursor.c',
'desktop.c',
2017-09-23 00:24:32 +00:00
'ini.c',
2017-09-23 14:13:05 +00:00
'input.c',
2017-09-23 22:32:03 +00:00
'keyboard.c',
'main.c',
'output.c',
2017-09-23 15:13:18 +00:00
'pointer.c',
'tablet_tool.c',
'xdg_shell_v6.c',
2017-09-28 12:54:57 +00:00
'xwayland.c',
2017-09-27 12:48:53 +00:00
'wl_shell.c',
2017-09-23 00:24:32 +00:00
], dependencies: wlroots
)