mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-07 14:06:00 +01:00
14 lines
198 B
Meson
14 lines
198 B
Meson
executable(
|
|
'rootston', [
|
|
'config.c',
|
|
'cursor.c',
|
|
'desktop.c',
|
|
'ini.c',
|
|
'input.c',
|
|
'keyboard.c',
|
|
'main.c',
|
|
'output.c',
|
|
'pointer.c',
|
|
'xdg_shell_v6.c'
|
|
], dependencies: wlroots
|
|
)
|