commit 2ba15de
hovercats
·
2026-07-29 19:41:51 +0000 UTC
parent 57fc74a
neuswc: fix some header names
1 files changed,
+5,
-1
+5,
-1
1@@ -48,7 +48,8 @@ waylandproto('protocol/wayland-drm.xml', {
2 })
3
4 waylandproto('protocol/wlr-layer-shell-unstable-v1.xml', {
5- client='include/wlr-layer-shell-unstable-v1-protocol.h',
6+ client='include/wlr-layer-shell-unstable-v1-client-protocol.h',
7+ server='include/wlr-layer-shell-unstable-v1-server-protocol.h',
8 code='wlr-layer-shell-unstable-v1.c'
9 })
10
11@@ -67,11 +68,14 @@ build('convert_font', '$outdir/cursor/cursor_data.h', {'$srcdir/cursor/cursor.pc
12
13 pkg.deps = {
14 '$gendir/headers',
15+ '$outdir/include/swc-client-protocol.h',
16+ '$outdir/include/swc-server-protocol.h',
17 '$outdir/include/swc_snap-server-protocol.h',
18 '$outdir/include/swc_snap-client-protocol.h',
19 '$outdir/include/server-decoration-server-protocol.h',
20 '$outdir/include/swc_select-server-protocol.h',
21 '$outdir/include/swc_select-client-protocol.h',
22+ '$outdir/include/wlr-layer-shell-unstable-v1-client-protocol.h',
23 '$outdir/include/wlr-layer-shell-unstable-v1-server-protocol.h',
24 '$outdir/include/wayland-drm-server-protocol.h',
25 '$outdir/cursor/cursor_data.h',