mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 11:27:15 +08:00
qemu-kvm does not build without python makedep
This commit is contained in:
parent
191f50289a
commit
f19f8cf1a4
@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
|
||||
license=('GPL2' 'LGPL2.1')
|
||||
url="http://www.linux-kvm.org"
|
||||
depends=('libjpeg' 'libpng' 'libsasl' 'curl' 'sdl' 'alsa-lib' 'esound' 'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux-ng')
|
||||
makedepends=('texi2html' 'perl')
|
||||
makedepends=('texi2html' 'perl' 'python2')
|
||||
backup=('etc/qemu/target-x86_64.conf')
|
||||
provides=(qemu)
|
||||
conflicts=(qemu)
|
||||
@ -30,6 +30,7 @@ build() {
|
||||
# Fix esound building.
|
||||
./configure\
|
||||
--prefix=/usr \
|
||||
--python=/usr/bin/python \
|
||||
--sysconfdir=/etc \
|
||||
--audio-drv-list=alsa,sdl,oss,esd \
|
||||
--audio-card-list=ac97,sb16,es1370,adlib \
|
||||
|
Loading…
Reference in New Issue
Block a user