wlroots/rootston/meson.build

15 lines
198 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',
'xdg_shell_v6.c'
2017-09-23 00:24:32 +00:00
], dependencies: wlroots
)