commit bdb0b39

hovercats  ·  2026-07-29 09:36:53 +0000 UTC
parent f5e69b7
howl: bump to latest commit
3 files changed,  +8, -4
+6, -2
 1@@ -1,5 +1,5 @@
 2 cflags{
 3-	[[-D 'VERSION="0.1.0"']],
 4+	[[-D 'VERSION="0.2.0"']],
 5 	'-std=c99',
 6 	'-pedantic',
 7 	'-D _XOPEN_SOURCE=700',
 8@@ -7,18 +7,20 @@ cflags{
 9 	'-isystem $builddir/pkg/fontconfig/include',
10 	'-isystem $builddir/pkg/libdrm/include',
11 	'-isystem $builddir/pkg/libinput/include',
12+	'-isystem $builddir/pkg/libspng/include',
13 	'-isystem $builddir/pkg/libxkbcommon/include',
14 	'-isystem $builddir/pkg/neuswc/include',
15-	'-isystem $builddir/pkg/wld/include',
16 	'-isystem $builddir/pkg/pixman/include',
17 	'-isystem $builddir/pkg/wayland-protocols/include',
18 	'-isystem $builddir/pkg/wayland/include',
19+	'-isystem $builddir/pkg/wld/include',
20 }
21 
22 pkg.deps = {
23 	'pkg/fontconfig/headers',
24 	'pkg/libdrm/headers',
25 	'pkg/libinput/headers',
26+	'pkg/libspng/headers',
27 	'pkg/libxkbcommon/headers',
28 	'pkg/neuswc/headers',
29 	'pkg/wld/headers',
30@@ -28,10 +30,12 @@ pkg.deps = {
31 }
32 
33 exe('howl', {
34+	'src/decor.c',
35 	'src/ipc.c',
36 	'src/log.c',
37 	'src/howl.c',
38 	'$builddir/pkg/neuswc/libswc.a.d',
39+	'$builddir/pkg/libspng/libspng.a',
40 })
41 
42 exe('howlc', {
+1, -1
1@@ -1 +1 @@
2-Subproject commit 073b60dca1e95e03c92d007e7d0a2eeb564b505c
3+Subproject commit 52b7ba38135093b945079a93ee599c91f5e5e317
+1, -1
1@@ -1 +1 @@
2-073b60d r0
3+52b7ba3