Browse Source

Compile qemu with alsa

master
mid-kid 8 years ago
parent
commit
102ecf7652
  1. 2
      satellites/qemu.sat

2
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:

Loading…
Cancel
Save