tinywl: depend on the server xdg-shell header

This commit is contained in:
Kirill Primak 2024-01-09 21:39:02 +03:00
parent 48721bca65
commit ce89f49b7a
1 changed files with 1 additions and 1 deletions

View File

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