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>
This commit is contained in:
2026-01-30 01:36:47 +09:00
parent 20a8519044
commit fd8b2fd522
11 changed files with 34 additions and 17 deletions

View File

@@ -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),