mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2025-12-21 04:00:03 +01:00
6 lines
102 B
Meson
6 lines
102 B
Meson
|
|
executable(
|
||
|
|
'tinywl',
|
||
|
|
['tinywl.c', protocols_client_header['xdg-shell']],
|
||
|
|
dependencies: wlroots,
|
||
|
|
)
|