tinywl: depend on the server xdg-shell header

(cherry picked from commit ce89f49b7a)
This commit is contained in:
Kirill Primak 2024-01-09 21:39:02 +03:00 committed by Simon Zeni
parent 4414321897
commit 2c48c3837e

View file

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