diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-17 22:38:57 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-18 17:06:40 +0700 |
commit | b887b91cfbf9a7d60705acb02ea118617eed472f (patch) | |
tree | 19c98b76ff3646f3b4e51d9efd0c7d26a81afd4a /system/qemu/README | |
parent | 37248d8ddd37db6427e44e380863abb0c4f42b89 (diff) |
system/qemu: Support pulseaudio; add nettle and jemalloc flags
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/qemu/README')
-rw-r--r-- | system/qemu/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/qemu/README b/system/qemu/README index a80da713e019e..456471c710959 100644 --- a/system/qemu/README +++ b/system/qemu/README @@ -18,9 +18,9 @@ Disable vnc support via: VNC_ENABLE=no ./qemu.SlackBuild -Audio drivers support defaults to "alsa,oss,sdl" and can be adusted via +Audio drivers support defaults to "pa,alsa,oss,sdl" and can be adusted e.g. -AUDIODRIVERS="alsa,oss" ./qemu.SlackBuild +AUDIODRIVERS="pa,alsa,oss" ./qemu.SlackBuild We patch the installed udev rules to require membership in "users" group instead of a custom "kvm" group to use /dev/kvm. If you prefer |