aboutsummaryrefslogtreecommitdiff
path: root/tinywl
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2024-01-09 21:39:02 +0300
committerKirill Primak <vyivel@eclair.cafe>2024-01-09 21:39:02 +0300
commitce89f49b7aab281198fad64e9a825a24dbf72e3d (patch)
tree19faab956c6e1fb79d5e768b09f3e157da61a568 /tinywl
parent48721bca656556606275a5e776066a2f00822e92 (diff)
tinywl: depend on the server xdg-shell header
Diffstat (limited to 'tinywl')
-rw-r--r--tinywl/meson.build2
1 files changed, 1 insertions, 1 deletions
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,
)