From f19f8cf1a436e839617991425cf12419580c8f97 Mon Sep 17 00:00:00 2001 From: abveritas Date: Tue, 18 Oct 2011 02:56:48 +0000 Subject: [PATCH] qemu-kvm does not build without python makedep --- qemu-kvm/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qemu-kvm/PKGBUILD b/qemu-kvm/PKGBUILD index 14fb34946..53ad3626f 100644 --- a/qemu-kvm/PKGBUILD +++ b/qemu-kvm/PKGBUILD @@ -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 \