From 48277254bd454243b2470ff652c1e8feadf88d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Thu, 8 Aug 2019 20:03:30 +0200 Subject: [PATCH] Build with PulseAudio by default (#1853) Fixes #1848. --- CMake/DefineOptions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/DefineOptions.cmake b/CMake/DefineOptions.cmake index 3a18f418e6e..ef942ed7302 100644 --- a/CMake/DefineOptions.cmake +++ b/CMake/DefineOptions.cmake @@ -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)