aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/wayland.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-30 01:36:47 +0900
committerOphestra <cat@gensokyo.uk>2026-01-30 03:11:16 +0900
commitfd8b2fd52229b10092fca7fb520ed33e14f3f50c (patch)
tree9ff7dbb102ed1ed8747cb36ad5d24e0dc70e1429 /internal/rosa/wayland.go
parent20a85190442e0f3262038dba37e602b456fcebab (diff)
internal/rosa: fix up dependencies
These are no longer provided by the (incomplete) toybox implementations, so they need to be specified explicitly. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/wayland.go')
-rw-r--r--internal/rosa/wayland.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/wayland.go b/internal/rosa/wayland.go
index ab9c7fb3..48ab9a65 100644
--- a/internal/rosa/wayland.go
+++ b/internal/rosa/wayland.go
@@ -13,6 +13,8 @@ func (t Toolchain) newWayland() pkg.Artifact {
t.Load(PkgConfig),
t.Load(CMake),
t.Load(Ninja),
+ t.Load(Gawk),
+ t.Load(Diffutils),
t.Load(Libffi),
t.Load(Libexpat),