diff options
author | Christian Goetze <cg@lindenlab.com> | 2008-12-21 20:54:07 +0000 |
---|---|---|
committer | Christian Goetze <cg@lindenlab.com> | 2008-12-21 20:54:07 +0000 |
commit | bf9166cb78f0855b6f760b2feac67e1f1313b240 (patch) | |
tree | a114419ffeca7bb46ee8d60667aaab714d20a5d4 /indra/cmake | |
parent | ce5f06ab76be955e50e747513eab17c7cac1db01 (diff) |
Carry through andrew's rename of openal to openal-soft into cmake, see if that helps
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/OPENAL.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/OPENAL.cmake b/indra/cmake/OPENAL.cmake index eb195a06a0..5ed03a5f91 100644 --- a/indra/cmake/OPENAL.cmake +++ b/indra/cmake/OPENAL.cmake @@ -12,10 +12,10 @@ if (OPENAL) if (STANDALONE) include(FindPkgConfig) include(FindOpenAL) - pkg_check_modules(OPENAL_LIB REQUIRED openal) + pkg_check_modules(OPENAL_LIB REQUIRED openal-soft) pkg_check_modules(FREEALUT_LIB REQUIRED freealut) else (STANDALONE) - use_prebuilt_binary(openal) + use_prebuilt_binary(openal-soft) endif (STANDALONE) set(OPENAL_LIBRARIES openal |