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
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2006-02-21 15:36:50 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-02-21 15:36:50 +0300
commit11fd198a702d11e79dbc74307e3f5ba6a12c1159 (patch)
tree1898cfc1204a1d3db5ba9a50c21edfb3e389b9e2 /config/linuxcross-config.py
parenta2a2ad98e2774930347ffd09a691c1e6d4802ce0 (diff)
==SCons==
* when WITH_BF_STATICOPENGL=1 on Linux Blender will be statically linked against GL libraries. NOTE: I used values that worked on my machine - platform managers and people who have better knowledge about this, please modify config/linux2-config.py accordingly.
Diffstat (limited to 'config/linuxcross-config.py')
-rw-r--r--config/linuxcross-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/linuxcross-config.py b/config/linuxcross-config.py
index 560c0594659..28d80f8d4b3 100644
--- a/config/linuxcross-config.py
+++ b/config/linuxcross-config.py
@@ -94,7 +94,7 @@ BF_QUICKTIME = '/usr/local'
BF_QUICKTIME_INC = BF_QUICKTIME + '/include'
# Mesa Libs should go here if your using them as well....
-WITH_BF_OPENGL = 'true'
+WITH_BF_STATICOPENGL = 'true'
BF_OPENGL = '/usr/X11R6'
BF_OPENGL_INC = BF_OPENGL + '/include'
BF_OPENGL_LIB = 'GL GLU Xmu Xext X11 Xi'