From fd8b2fd52229b10092fca7fb520ed33e14f3f50c Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 30 Jan 2026 01:36:47 +0900 Subject: 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 --- internal/rosa/wayland.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/wayland.go') 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), -- cgit v1.3.1