From 102ecf7652eb2a4d875938cd9d073d9afc7bca8f Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sun, 6 Nov 2016 18:07:13 +0100 Subject: [PATCH] Compile qemu with alsa --- satellites/qemu.sat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satellites/qemu.sat b/satellites/qemu.sat index df76d7d..5123469 100644 --- a/satellites/qemu.sat +++ b/satellites/qemu.sat @@ -19,6 +19,6 @@ else targets="--target-list=$(echo "$targets" | sed -e 's/ /,/g')" fi -compile_configure -- $targets +compile_configure -- --audio-drv-list=alsa $targets # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: