tinywl: stop generating xdg-shell header

We don't need to do this anymore for wayland-protocols.
This commit is contained in:
Simon Ser 2025-08-16 19:21:17 +02:00 committed by Simon Zeni
parent 7bf5ff4c02
commit bbd9a49bdf
2 changed files with 3 additions and 12 deletions

View file

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