mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/ssr: Enabled pulseaudio
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
26f7fbf5d4
commit
d9022a5c7f
1 changed files with 1 additions and 6 deletions
|
@ -74,11 +74,6 @@ if [ "${JACK:-off}" = "on" ]; then
|
|||
else
|
||||
jack="--without-jack"
|
||||
fi
|
||||
if [ "${PULSEAUDIO:-off}" = "on" ]; then
|
||||
pulseaudio="--enable-pulseaudio"
|
||||
else
|
||||
pulseaudio="--without-pulseaudio"
|
||||
fi
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
@ -87,8 +82,8 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--mandir=/usr/man \
|
||||
--disable-assert \
|
||||
--enable-pulseaudio \
|
||||
$jack \
|
||||
$pulseaudio \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue