system/virtualbox: Enabled vpx and pulseaudio

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2016-01-06 16:15:30 -06:00 committed by Willy Sudiarto Raharjo
parent 9b66ebe14e
commit c51a32d16e
2 changed files with 1 additions and 21 deletions

View file

@ -19,9 +19,6 @@ This will require jdk as optional dependency.
If you want to attach VirtualBox to a VDE network you will need vde2.
If you want to be able to capture the video output of your virtual
hosts you will need libvpx, then pass to the script VPX=yes.
See README.SLACKWARE for some setup notes.
NOTE: This will not build on a stock x86_64 system.

View file

@ -77,21 +77,6 @@ else
java=""
fi
# Enable vpx support for video capturing
if [ "${VPX:-no}" = "no" ]; then
libvpx="--disable-libvpx"
else
libvpx=""
fi
# Enable pulseaudio integration
if [ "${PULSE:-no}" = "no" ]; then
libpulse="--disable-pulse"
else
libpulse=""
fi
if [ "${WEBSERVICE:-no}" = "no" ]; then
web_service=""
vboxwebsrv=""
@ -156,9 +141,7 @@ CXXFLAGS="$SLKCFLAGS" \
$web_service \
$harden \
$gui \
$java \
$libvpx \
$libpulse
$java
. ./env.sh