==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.
This commit is contained in:
Nathan Letwory
2006-02-21 12:36:50 +00:00
parent a2a2ad98e2
commit 11fd198a70
7 changed files with 15 additions and 10 deletions

View File

@@ -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'