diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a0d43e18..f1ab879ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,9 +108,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Linux") if (${ENABLE_SNDIO} MATCHES "true") add_subdirectory(src/plugins/sndioout) endif() - if (NOT ${ENABLE_PULSEAUDIO} MATCHES "false") - add_subdirectory(src/plugins/pulseout) - endif() + add_subdirectory(src/plugins/pulseout) elseif (CMAKE_SYSTEM_NAME MATCHES "FreeBSD") add_subdirectory(src/plugins/sndioout) if (${ENABLE_PULSEAUDIO} MATCHES "true")