Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix accidental change from libpulse-simple to libpulse
  • Loading branch information
Sonicadvance1 committed Mar 3, 2013
1 parent a01f793 commit 11e4403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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")
Expand Down

0 comments on commit 11e4403

Please sign in to comment.