wlroots-hyprland/rootston/meson.build

17 lines
231 B
Meson
Raw Normal View History

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