* qemu-kvm: use ALSA instead of OSS.
svn path=/nixpkgs/branches/kde-4.7/; revision=27828
This commit is contained in:
parent
7ae6dbd7d6
commit
49d38b9b99
@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = [ ./smb-tmpdir.patch ];
|
||||
|
||||
configureFlags = "--audio-drv-list=alsa";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
buildInputs =
|
||||
[ zlib SDL alsaLib pkgconfig pciutils libuuid vde2 libjpeg libpng
|
||||
ncurses
|
||||
|
Loading…
Reference in New Issue
Block a user