commit 1017a11

hovercats  ·  2026-09-07 17:25:50 +0000 UTC
parent ad68f74
cterm: put wayland-protocols files where they were supposed to be. libmaus specifically lists them, but not cterm
1 files changed,  +3, -5
+3, -5
 1@@ -23,6 +23,9 @@ lib('libmaus.a', [[libmaus/source/(
 2 	maus_wayland.c utils.c
 3 	)
 4 	$builddir/pkg/(
 5+		wayland-protocols/xdg-shell-protocol.c.o
 6+		wayland-protocols/pointer-constraints-unstable-v1-protocol.c.o
 7+		wayland-protocols/relative-pointer-unstable-v1-protocol.c.o
 8 		libxkbcommon/libxkbcommon.a
 9 		wayland/libwayland-cursor.a.d
10 		wayland/libwayland-client.a.d
11@@ -33,11 +36,6 @@ exe('cterm', [[source/(
12 	cterm.c utils.c font.c
13 	term.c draw.c
14 	)
15-	$builddir/pkg/(
16-		wayland-protocols/pointer-constraints-unstable-v1-protocol.c.o
17-		wayland-protocols/relative-pointer-unstable-v1-protocol.c.o
18-		wayland-protocols/xdg-shell-protocol.c.o
19-	)
20 	libmaus.a.d
21 ]])
22