wlroots-hyprland/rootston/meson.build

14 lines
181 B
Meson
Raw Normal View History

2017-09-23 02:24:32 +02:00
executable(
'rootson', [
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',
'main.c',
'output.c',
2017-09-23 17:13:18 +02:00
'pointer.c',
'xdg_shell_v6.c'
2017-09-23 02:24:32 +02:00
], dependencies: wlroots
)