aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/qemu.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-13 12:39:36 +0900
committerOphestra <cat@gensokyo.uk>2026-03-13 13:23:30 +0900
commitb3f0360a05230dde609eb0e3fabf3a5d92792f94 (patch)
treeeafdfd1b13b9de94e2d9c9bf6f19329949eb85d8 /internal/rosa/qemu.go
parent89389940363143dd32dfa9920eb34850de541472 (diff)
internal/rosa: populate runtime dependencies
This also removes manually resolved indirect dependencies. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/qemu.go')
-rw-r--r--internal/rosa/qemu.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/rosa/qemu.go b/internal/rosa/qemu.go
index 96be87c3..6520b59d 100644
--- a/internal/rosa/qemu.go
+++ b/internal/rosa/qemu.go
@@ -74,21 +74,16 @@ EOF
Bash,
Python,
Ninja,
- Bzip2,
PkgConfig,
Diffutils,
OpenSSL,
- Bzip2,
XZ,
Flex,
Bison,
M4,
- PCRE2,
- Libffi,
- Zlib,
GLib,
Zstd,
DTC,
@@ -103,6 +98,11 @@ func init() {
Description: "a generic and open source machine emulator and virtualizer",
Website: "https://www.qemu.org/",
+ Dependencies: P{
+ GLib,
+ Zstd,
+ },
+
ID: 13607,
}
}