Skip to content

Commit 13b7bc8

Browse files
committed
Sound (SunOS): rework; drop pulseaudio dependency
1 parent 92fe441 commit 13b7bc8

File tree

3 files changed

+1006
-2
lines changed

3 files changed

+1006
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ cmake_dependent_option(ENABLE_EGL "Enable egl" ON "LINUX OR FreeBSD OR OpenBSD O
7676
cmake_dependent_option(ENABLE_GLX "Enable glx" ON "LINUX OR FreeBSD OR OpenBSD OR NetBSD OR ANDROID OR SunOS" OFF)
7777
cmake_dependent_option(ENABLE_OPENCL "Enable opencl" ON "LINUX OR FreeBSD OR OpenBSD OR NetBSD OR WIN32 OR ANDROID OR SunOS OR Haiku" OFF)
7878
cmake_dependent_option(ENABLE_FREETYPE "Enable freetype" ON "ANDROID" OFF)
79-
cmake_dependent_option(ENABLE_PULSE "Enable pulse" ON "LINUX OR SunOS" OFF)
79+
cmake_dependent_option(ENABLE_PULSE "Enable pulse" ON "LINUX" OFF)
8080
cmake_dependent_option(ENABLE_DDCUTIL "Enable ddcutil" ON "LINUX" OFF)
8181
cmake_dependent_option(ENABLE_DIRECTX_HEADERS "Enable DirectX headers for WSL" ON "LINUX" OFF)
8282
cmake_dependent_option(ENABLE_ELF "Enable libelf" ON "LINUX OR ANDROID OR DragonFly OR Haiku" OFF)
@@ -1102,7 +1102,7 @@ elseif(SunOS)
11021102
src/detection/poweradapter/poweradapter_nosupport.c
11031103
src/detection/processes/processes_linux.c
11041104
src/detection/gtk_qt/qt.c
1105-
src/detection/sound/sound_linux.c
1105+
src/detection/sound/sound_sunos.c
11061106
src/detection/swap/swap_sunos.c
11071107
src/detection/terminalfont/terminalfont_linux.c
11081108
src/detection/terminalshell/terminalshell_linux.c

0 commit comments

Comments
 (0)