==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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user