commit 57fc74a

hovercats  ·  2026-07-29 15:19:27 +0000 UTC
parent c5e7d28
uxn12: bump to latest
3 files changed,  +14, -2
+12, -1
 1@@ -2,12 +2,21 @@ cflags{
 2 	'-std=c99',
 3 	'-pedantic',
 4 	'-D _POSIX_C_SOURCE=199309L',
 5+	'-I $outdir/include',
 6+	'-isystem $builddir/pkg/alsa-lib/include',
 7 	'-isystem $builddir/pkg/libxkbcommon/include',
 8 	'-isystem $builddir/pkg/wayland/include',
 9 	'-isystem $builddir/pkg/wayland-protocols/include',
10 }
11 
12+waylandproto('src/wlr-layer-shell-unstable-v1.xml', {
13+	client='include/wlr-layer-shell-client-protocol.h',
14+	code='wlr-layer-shell-client-protocol.c',
15+})
16+
17 pkg.deps = {
18+	'$outdir/include/wlr-layer-shell-client-protocol.h',
19+	'pkg/alsa-lib/headers',
20 	'pkg/libxkbcommon/headers',
21 	'pkg/wayland/headers',
22 	'pkg/wayland-protocols/headers',
23@@ -15,7 +24,9 @@ pkg.deps = {
24 
25 exe('uxn12', {
26 	'src/uxn12.c',
27-	'src/xdg-shell-protocol.c',
28+	'wlr-layer-shell-client-protocol.c.o',
29+	'$builddir/pkg/wayland-protocols/xdg-shell-protocol.c.o',
30+	'$builddir/pkg/alsa-lib/libasound.a',
31 	'$builddir/pkg/libxkbcommon/libxkbcommon.a',
32 	'$builddir/pkg/wayland/libwayland-client.a.d',
33 })
+1, -1
1@@ -1 +1 @@
2-Subproject commit 287f5d8db111fcd531ac3292d6e859b3de811ee2
3+Subproject commit 7e6e4393753d4cd9e316794ec11f8ccf3809d0ef
+1, -0
1@@ -1 +1,2 @@
2 287f5d8
3+7e6e439