diff options
author | Aleric Inglewood | 2010-10-02 21:12:22 +0200 |
---|---|---|
committer | Aleric Inglewood | 2010-10-02 21:12:22 +0200 |
commit | e14cd4c42432fa5825f06248c8cf45cf944505f3 (patch) | |
tree | d21f4742f6d7b10543918265854c4b990056ab8a /linden/indra/newview/floatervoicelicense.cpp | |
parent | RED-560: Revert changes to indra/cmake/OPENAL.cmake (diff) | |
download | meta-impy-e14cd4c42432fa5825f06248c8cf45cf944505f3.zip meta-impy-e14cd4c42432fa5825f06248c8cf45cf944505f3.tar.gz meta-impy-e14cd4c42432fa5825f06248c8cf45cf944505f3.tar.bz2 meta-impy-e14cd4c42432fa5825f06248c8cf45cf944505f3.tar.xz |
RED-560: Add support for STANDALONE to OPENAL.cmake
Use pkg_check_modules to find freealut (and openal) for STANDALONE.
Non-standalone is untouched by this version.
The changes relative to snowglobe (for the STANDALONE path) is
that I removed the 'include(FindOpenAL) (that comes with cmake)
which not only doesn't find libalut, but even sets the wrong
cmake variables (it sets OPENAL_LIBRARY, and our cmake scripts
*use* OPENAL_LIBRARIES). Moreover, under the assumption that
STANDALONE really is only for linux (and I think that is so),
every linux distribution DOES have freealut (and openal) installed
with a pkg-config anyway. I also removed pkg_check_modules(openal)
because it is redundant: freealut pulls that in already.
Diffstat (limited to 'linden/indra/newview/floatervoicelicense.cpp')
0 files changed, 0 insertions, 0 deletions