mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
16 lines
231 B
Meson
16 lines
231 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',
|
|
'xwayland.c',
|
|
'wl_shell.c',
|
|
], dependencies: wlroots
|
|
)
|