mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-06 13:29:45 -05:00
13 lines
182 B
Meson
13 lines
182 B
Meson
executable(
|
|
'rootston', [
|
|
'config.c',
|
|
'cursor.c',
|
|
'desktop.c',
|
|
'ini.c',
|
|
'input.c',
|
|
'main.c',
|
|
'output.c',
|
|
'pointer.c',
|
|
'xdg_shell_v6.c'
|
|
], dependencies: wlroots
|
|
)
|