wlroots-hyprland/rootston/meson.build

18 lines
250 B
Meson
Raw Normal View History

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