Skip to content

Commit

Permalink
Build with PulseAudio by default (stepmania#1853)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening authored and shakesoda committed Aug 8, 2019
1 parent 38b97f4 commit 4827725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/DefineOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ elseif(LINUX)
"Build using libXinerama to query for monitor numbers (if available)."
ON)
option(WITH_ALSA "Build with ALSA support" ON)
option(WITH_PULSEAUDIO "Build with PulseAudio support" OFF)
option(WITH_PULSEAUDIO "Build with PulseAudio support" ON)
option(WITH_JACK "Build with JACK support" OFF)
option(WITH_XRANDR "Build with Xrandr support" ON)
option(WITH_X11 "Build with X11 support" ON)
Expand Down

0 comments on commit 4827725

Please sign in to comment.