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:
Diffstat (limited to 'config/linuxcross-config.py')
-rw-r--r--config/linuxcross-config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/linuxcross-config.py b/config/linuxcross-config.py
index fba10bbb089..2d833d2fcfc 100644
--- a/config/linuxcross-config.py
+++ b/config/linuxcross-config.py
@@ -4,6 +4,8 @@ LIBDIR = '${LCGDIR}'
WITH_BF_VERSE = 'false'
BF_VERSE_INCLUDE = "#extern/verse/dist"
+WITH_BF_YAFRAY = 'true'
+
BF_PYTHON = LIBDIR + '/python'
BF_PYTHON_VERSION = '2.4'
BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'