From b887b91cfbf9a7d60705acb02ea118617eed472f Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 17 Jan 2016 22:38:57 -0600 Subject: system/qemu: Support pulseaudio; add nettle and jemalloc flags Signed-off-by: Robby Workman --- system/qemu/README | 4 ++-- system/qemu/qemu.SlackBuild | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'system') diff --git a/system/qemu/README b/system/qemu/README index a80da713e0..456471c710 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 diff --git a/system/qemu/qemu.SlackBuild b/system/qemu/qemu.SlackBuild index 26e3cac2a9..482cbb3280 100644 --- a/system/qemu/qemu.SlackBuild +++ b/system/qemu/qemu.SlackBuild @@ -53,7 +53,7 @@ TAG=${TAG:-_SBo} KVMGROUP=${KVMGROUP:-users} TARGETS=${TARGETS:-some} VNC_ENABLE=${VNC_ENABLE:-yes} -AUDIODRIVERS=${AUDIODRIVERS:-alsa,oss,sdl} +AUDIODRIVERS=${AUDIODRIVERS:-pa,alsa,oss,sdl} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -135,6 +135,8 @@ CXXFLAGS="$SLKCFLAGS" \ --disable-debug-info \ --enable-virtfs \ --enable-sdl \ + --enable-jemalloc \ + --enable-nettle \ --audio-drv-list=${AUDIODRIVERS} \ $with_vnc \ $targets -- cgit v1.2.3