commit 854e333
hovercats
·
2026-07-30 10:54:30 +0000 UTC
parent bf83458
uxn12: add missing linux-headers dependency
1 files changed,
+2,
-0
+2,
-0
1@@ -5,6 +5,7 @@ cflags{
2 '-I $outdir/include',
3 '-isystem $builddir/pkg/alsa-lib/include',
4 '-isystem $builddir/pkg/libxkbcommon/include',
5+ '-isystem $builddir/pkg/linux-headers/include',
6 '-isystem $builddir/pkg/wayland/include',
7 '-isystem $builddir/pkg/wayland-protocols/include',
8 }
9@@ -18,6 +19,7 @@ pkg.deps = {
10 '$outdir/include/wlr-layer-shell-client-protocol.h',
11 'pkg/alsa-lib/headers',
12 'pkg/libxkbcommon/headers',
13+ 'pkg/linux-headers/headers',
14 'pkg/wayland/headers',
15 'pkg/wayland-protocols/headers',
16 }