diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-25 09:19:51 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-25 09:19:51 +0800 |
| commit | 1f0f6e805f51be2cd3cfda0d5c1d7ff42b5e6081 (patch) | |
| tree | 399d568c4b45573734c87548e6200930d2936acc /repos | |
| parent | ff801d00cd4b6f1bb05c2ec5594fada7d724fac4 (diff) | |
| download | alicelinux-1f0f6e805f51be2cd3cfda0d5c1d7ff42b5e6081.tar.gz alicelinux-1f0f6e805f51be2cd3cfda0d5c1d7ff42b5e6081.zip | |
qemu: updated to 9.0.1
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/extra/qemu/abuild | 4 | ||||
| -rw-r--r-- | repos/extra/qemu/depends | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/repos/extra/qemu/abuild b/repos/extra/qemu/abuild index 24e9f387..4f7dd8ae 100644 --- a/repos/extra/qemu/abuild +++ b/repos/extra/qemu/abuild @@ -1,7 +1,7 @@ name=qemu -version=9.0.0 +version=9.0.1 release=1 source="https://download.$name.org/$name-$version.tar.xz lfs64.patch" build_type=configure_build -build_opt="--target-list=x86_64-softmmu --disable-gtk" +build_opt="--target-list=x86_64-softmmu --disable-gtk --enable-slirp --audio-drv-list=alsa" diff --git a/repos/extra/qemu/depends b/repos/extra/qemu/depends index 39db954c..e182fd0f 100644 --- a/repos/extra/qemu/depends +++ b/repos/extra/qemu/depends @@ -3,3 +3,4 @@ alsa-lib sdl2 pixman bash +libslirp |