From ab95bcc028245c37324930ae8594a37834f0d995 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 29 May 2021 21:52:52 +0200 Subject: [PATCH] Change text PulseAudio --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cce3d29a..e38001e4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -275,7 +275,7 @@ optional_component(ALSA ON "ALSA integration" DEPENDS "alsa" ALSA_FOUND ) -optional_component(LIBPULSE ON "Pulse audio integration" +optional_component(LIBPULSE ON "PulseAudio integration" DEPENDS "libpulse" LIBPULSE_FOUND )