wlroots-hyprland/tinywl/meson.build

6 lines
102 B
Meson
Raw Normal View History

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