mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/qemu to 6.2.0-2
This commit is contained in:
parent
227c3b8a42
commit
c52d2ed7be
1 changed files with 8 additions and 5 deletions
|
@ -20,7 +20,7 @@ pkgname=(
|
||||||
)
|
)
|
||||||
pkgdesc="A generic and open source machine emulator and virtualizer"
|
pkgdesc="A generic and open source machine emulator and virtualizer"
|
||||||
pkgver=6.2.0
|
pkgver=6.2.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
license=(GPL2 LGPL2.1)
|
license=(GPL2 LGPL2.1)
|
||||||
url="https://wiki.qemu.org/"
|
url="https://wiki.qemu.org/"
|
||||||
|
@ -104,17 +104,20 @@ prepare() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
_build full \
|
_build full
|
||||||
--audio-drv-list="pa,alsa,sdl,jack"
|
|
||||||
|
|
||||||
_build headless \
|
_build headless \
|
||||||
--audio-drv-list= \
|
|
||||||
--disable-sdl \
|
--disable-sdl \
|
||||||
--disable-gtk \
|
--disable-gtk \
|
||||||
--disable-vte \
|
--disable-vte \
|
||||||
--disable-brlapi \
|
--disable-brlapi \
|
||||||
--disable-opengl \
|
--disable-opengl \
|
||||||
--disable-virglrenderer
|
--disable-virglrenderer \
|
||||||
|
--disable-alsa \
|
||||||
|
--disable-jack \
|
||||||
|
--disable-oss \
|
||||||
|
--disable-pa \
|
||||||
|
--disable-sdl
|
||||||
}
|
}
|
||||||
|
|
||||||
_build() (
|
_build() (
|
||||||
|
|
Loading…
Reference in a new issue