mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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"
|
||||
pkgver=6.2.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=(x86_64)
|
||||
license=(GPL2 LGPL2.1)
|
||||
url="https://wiki.qemu.org/"
|
||||
|
@ -104,17 +104,20 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
_build full \
|
||||
--audio-drv-list="pa,alsa,sdl,jack"
|
||||
_build full
|
||||
|
||||
_build headless \
|
||||
--audio-drv-list= \
|
||||
--disable-sdl \
|
||||
--disable-gtk \
|
||||
--disable-vte \
|
||||
--disable-brlapi \
|
||||
--disable-opengl \
|
||||
--disable-virglrenderer
|
||||
--disable-virglrenderer \
|
||||
--disable-alsa \
|
||||
--disable-jack \
|
||||
--disable-oss \
|
||||
--disable-pa \
|
||||
--disable-sdl
|
||||
}
|
||||
|
||||
_build() (
|
||||
|
|
Loading…
Reference in a new issue