Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorStephen Swaney <sswaney@centurytel.net>2007-02-26 23:50:50 +0300
committerStephen Swaney <sswaney@centurytel.net>2007-02-26 23:50:50 +0300
commit79ad751013e75331973703027bfff0c337b96cf2 (patch)
tree23cd4cb222bcf663c3fb1274812130af47ce0c1a /config
parentc9f4a0f066d1f7b676aeca0b7d3ab7212467fa2f (diff)
add some comments about libalut and a BF_OPENAL_LIB line
to uncomment if necessary. libalut is becoming problematic. some distros have it, some do not. At least one considers it deprecated, iirc.
Diffstat (limited to 'config')
-rw-r--r--config/linux2-config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index 5e7dcfa7297..4d4703bf41f 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -15,6 +15,9 @@ WITH_BF_OPENAL = 'true'
BF_OPENAL = '/usr'
BF_OPENAL_INC = '${BF_OPENAL}/include'
BF_OPENAL_LIB = 'openal'
+# some distros have a separate libalut
+# if you get linker complaints, you need to uncomment the line below
+# BF_OPENAL_LIB = 'openal alut'
WITH_BF_SDL = 'true'
BF_SDL = '/usr' #$(shell sdl-config --prefix)