wlroots-hyprland/tinywl/meson.build
2024-01-09 21:39:02 +03:00

5 lines
102 B
Meson

executable(
'tinywl',
['tinywl.c', protocols_server_header['xdg-shell']],
dependencies: wlroots,
)