aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJacek Antonelli2008-11-20 12:54:34 -0600
committerJacek Antonelli2008-11-20 12:54:59 -0600
commitbb5e735d6e9c1a0179a10b838d8126bd301649d8 (patch)
tree898b368840729d1fffbaa0739f51cc1bc4407893
parent(Forgot to check this file in with the OpenAL patch.) (diff)
downloadmeta-impy-bb5e735d6e9c1a0179a10b838d8126bd301649d8.zip
meta-impy-bb5e735d6e9c1a0179a10b838d8126bd301649d8.tar.gz
meta-impy-bb5e735d6e9c1a0179a10b838d8126bd301649d8.tar.bz2
meta-impy-bb5e735d6e9c1a0179a10b838d8126bd301649d8.tar.xz
Enable OpenAL by default.
Configure with -DOPENAL:BOOL=OFF to disable.
-rw-r--r--ChangeLog.txt7
-rw-r--r--linden/indra/cmake/OPENAL.cmake2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index a108c5e..a498d19 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,10 @@
12008-11-20 Jacek Antonelli <jacek.antonelli@gmail.com>
2
3 * linden/indra/cmake/OPENAL.cmake:
4 Enable OpenAL by default.
5 Configure with -DOPENAL:BOOL=OFF to disable.
6
7
12008-11-19 Jacek Antonelli <jacek.antonelli@gmail.com> 82008-11-19 Jacek Antonelli <jacek.antonelli@gmail.com>
2 9
3 * linden/indra/newview/viewer_manifest.py: 10 * linden/indra/newview/viewer_manifest.py:
diff --git a/linden/indra/cmake/OPENAL.cmake b/linden/indra/cmake/OPENAL.cmake
index b0d9dac..1849fbf 100644
--- a/linden/indra/cmake/OPENAL.cmake
+++ b/linden/indra/cmake/OPENAL.cmake
@@ -1,6 +1,6 @@
1# -*- cmake -*- 1# -*- cmake -*-
2 2
3set(OPENAL OFF CACHE BOOL "Enable OpenAL") 3set(OPENAL ON CACHE BOOL "Enable OpenAL")
4 4
5if (OPENAL) 5if (OPENAL)
6 include(FindPkgConfig) 6 include(FindPkgConfig)