pmb.run.qemu.install_depends: add new depends (MR 2007)

Alpine's qemu packaging has been split up into more subpackages, so
install them too.

Related: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/15554
This commit is contained in:
Oliver Smith 2020-12-16 23:14:15 +01:00
parent c140912eed
commit 61845c934b
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 4 additions and 0 deletions

View File

@ -238,8 +238,12 @@ def install_depends(args, arch):
"qemu-audio-alsa",
"qemu-audio-pa",
"qemu-audio-sdl",
"qemu-hw-display-virtio-gpu",
"qemu-hw-display-virtio-gpu-pci",
"qemu-hw-display-virtio-vga",
"qemu-system-" + arch,
"qemu-ui-gtk",
"qemu-ui-opengl",
"qemu-ui-sdl",
]
pmb.chroot.apk.install(args, depends)