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:
authorKen Hughes <khughes@pacific.edu>2006-06-05 19:52:26 +0400
committerKen Hughes <khughes@pacific.edu>2006-06-05 19:52:26 +0400
commita57bb6bee1714624fe9391c3fe99650a1ef08f79 (patch)
tree934e018a0371784b0d4c12ee4fedcc2f0cad7272 /source/gameengine
parent10bc1926040f014f38d0b8c6b9687e0b772928f8 (diff)
Bugfix #4081: support for OpenBSD platform for scons. Big thanks to Nathan Houghton for this contribution.
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/Ketsji/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/SConscript b/source/gameengine/Ketsji/SConscript
index 8cd4179bf49..cb213522f1d 100644
--- a/source/gameengine/Ketsji/SConscript
+++ b/source/gameengine/Ketsji/SConscript
@@ -29,5 +29,6 @@ incs += ' ' + env['BF_SOLID_INC']
incs += ' ' + env['BF_PYTHON_INC']
incs += ' ' + env['BF_SDL_INC']
incs += ' ' + env['BF_BULLET_INC']
+incs += ' ' + env['BF_OPENGL_INC']
env.BlenderLib ( 'bf_ketsji', sources, Split(incs), [], libtype=['game','player'], priority=[25, 72], compileflags = cflags )