commit ec8aa1a

hovercats  ·  2026-09-03 11:21:52 +0000 UTC
parent 8ade3d6
wayland-protocols: add files needed by cterm
2 files changed,  +17, -1
+16, -0
 1@@ -34,6 +34,18 @@ waylandproto('unstable/primary-selection/primary-selection-unstable-v1.xml', {
 2 	code='primary-selection-unstable-v1-protocol.c',
 3 })
 4 
 5+waylandproto('unstable/pointer-constraints/pointer-constraints-unstable-v1.xml', {
 6+	client='include/pointer-constraints-unstable-v1-client-protocol.h',
 7+	server='include/pointer-constraints-unstable-v1-server-protocol.h',
 8+	code='pointer-constraints-unstable-v1-protocol.c',
 9+})
10+
11+waylandproto('unstable/relative-pointer/relative-pointer-unstable-v1.xml', {
12+	client='include/relative-pointer-unstable-v1-client-protocol.h',
13+	server='include/relative-pointer-unstable-v1-server-protocol.h',
14+	code='relative-pointer-unstable-v1-protocol.c',
15+})
16+
17 waylandproto('unstable/xdg-decoration/xdg-decoration-unstable-v1.xml', {
18 	client='include/xdg-decoration-unstable-v1-client-protocol.h',
19 	server='include/xdg-decoration-unstable-v1-server-protocol.h',
20@@ -80,6 +92,10 @@ pkg.hdrs = {
21 	'$outdir/include/linux-dmabuf-unstable-v1-server-protocol.h',
22 	'$outdir/include/primary-selection-unstable-v1-client-protocol.h',
23 	'$outdir/include/primary-selection-unstable-v1-server-protocol.h',
24+	'$outdir/include/pointer-constraints-unstable-v1-client-protocol.h',
25+	'$outdir/include/pointer-constraints-unstable-v1-server-protocol.h',
26+	'$outdir/include/relative-pointer-unstable-v1-client-protocol.h',
27+	'$outdir/include/relative-pointer-unstable-v1-server-protocol.h',
28 	'$outdir/include/xdg-decoration-unstable-v1-client-protocol.h',
29 	'$outdir/include/xdg-decoration-unstable-v1-server-protocol.h',
30 	'$outdir/include/xdg-output-unstable-v1-client-protocol.h',
+1, -1
1@@ -1 +1 @@
2-1.36 r2
3+1.36 r3