diff options
author | Oz Linden <oz@lindenlab.com> | 2010-12-14 14:47:01 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2010-12-14 14:47:01 -0500 |
commit | a0d3c7c0f8a5693a0ce3471142b8229578e9e948 (patch) | |
tree | c43e7f9b083079d3be6252a7c56c4618e6561273 /indra/cmake | |
parent | 31d401e1c3ccedfc06b9efda51923d050029cfc9 (diff) | |
parent | 7c0c86774f601cab3e0ca1598ea786b803c5bc71 (diff) |
merge fix for storm-401
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/PulseAudio.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/PulseAudio.cmake b/indra/cmake/PulseAudio.cmake index e918de0198..360a971058 100644 --- a/indra/cmake/PulseAudio.cmake +++ b/indra/cmake/PulseAudio.cmake @@ -1,7 +1,7 @@ # -*- cmake -*- include(Prebuilt) -set(PULSEAUDIO ON CACHE BOOL "Build with PulseAudio support, if available.") +set(PULSEAUDIO OFF CACHE BOOL "Build with PulseAudio support, if available.") if (PULSEAUDIO) if (STANDALONE) |