Build with PulseAudio by default (#1853)

Fixes #1848.
This commit is contained in:
Martin Kröning
2019-08-08 11:03:30 -07:00
committed by Colby Klein
parent 38b97f4738
commit 48277254bd
+1 -1
View File
@@ -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)