File tree Expand file tree Collapse file tree 3 files changed +1006
-2
lines changed
Expand file tree Collapse file tree 3 files changed +1006
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ cmake_dependent_option(ENABLE_EGL "Enable egl" ON "LINUX OR FreeBSD OR OpenBSD O
7676cmake_dependent_option(ENABLE_GLX "Enable glx" ON "LINUX OR FreeBSD OR OpenBSD OR NetBSD OR ANDROID OR SunOS" OFF )
7777cmake_dependent_option(ENABLE_OPENCL "Enable opencl" ON "LINUX OR FreeBSD OR OpenBSD OR NetBSD OR WIN32 OR ANDROID OR SunOS OR Haiku" OFF )
7878cmake_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 )
8080cmake_dependent_option(ENABLE_DDCUTIL "Enable ddcutil" ON "LINUX" OFF )
8181cmake_dependent_option(ENABLE_DIRECTX_HEADERS "Enable DirectX headers for WSL" ON "LINUX" OFF )
8282cmake_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
You can’t perform that action at this time.
0 commit comments