From ce89f49b7aab281198fad64e9a825a24dbf72e3d Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Tue, 9 Jan 2024 21:39:02 +0300 Subject: [PATCH] tinywl: depend on the server xdg-shell header --- tinywl/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinywl/meson.build b/tinywl/meson.build index 82d31d22..e7271458 100644 --- a/tinywl/meson.build +++ b/tinywl/meson.build @@ -1,5 +1,5 @@ executable( 'tinywl', - ['tinywl.c', protocols_client_header['xdg-shell']], + ['tinywl.c', protocols_server_header['xdg-shell']], dependencies: wlroots, )