mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/higan: Enabled pulseaudio
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
d9022a5c7f
commit
e8eab05372
1 changed files with 1 additions and 2 deletions
|
@ -88,7 +88,6 @@ PROFILE=${PROFILE:-balanced}
|
|||
|
||||
# Options to build with additional audio driver support
|
||||
OPENAL=${OPENAL:-no}
|
||||
PULSEAUDIO=${PULSEAUDIO:-no}
|
||||
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
make \
|
||||
|
@ -97,7 +96,7 @@ make \
|
|||
prefix=/usr \
|
||||
platform=linux \
|
||||
with_openal="$OPENAL" \
|
||||
with_pulseaudio="$PULSEAUDIO" \
|
||||
with_pulseaudio="yes" \
|
||||
phoenix="$INTERFACE" \
|
||||
profile="$PROFILE"
|
||||
|
||||
|
|
Loading…
Reference in a new issue