From 11e4403fb24519ed1a7c2a63f1e76ffdf7f5fa0d Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Sun, 3 Mar 2013 08:38:13 +0000 Subject: [PATCH] Fix accidental change from libpulse-simple to libpulse --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea531f030c..5560b195e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -331,7 +331,7 @@ if(NOT ANDROID) message("bluez NOT found, disabling bluetooth support") endif(BLUEZ_FOUND) - check_lib(PULSEAUDIO libpulse QUIET) + check_lib(PULSEAUDIO libpulse-simple QUIET) if(PULSEAUDIO_FOUND) add_definitions(-DHAVE_PULSEAUDIO=1) message("PulseAudio found, enabling PulseAudio sound backend")