wlroots/tinywl/meson.build
Simon Ser bbd9a49bdf tinywl: stop generating xdg-shell header
We don't need to do this anymore for wayland-protocols.
2025-08-27 14:21:23 -04:00

5 lines
62 B
Meson

executable(
'tinywl',
'tinywl.c',
dependencies: wlroots,
)