From 88446eeca4b6f9d31928a538e3a39d04f1d06976 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Wed, 18 Oct 2006 05:45:47 +0000 Subject: Patch 5105 by Joshua Leung (Aligorith), slightly modified by me * Add WITH_BF_YAFRAY, which per default is 'true', so no visible changes for developers (and users). Set WITH_BF_YAFRAY to 'false', and you'll save some major compile time :) Also handy if you're strapped for memory and compilation fails on yafray compilation due to this. - this commit also has a few whitespace changes and - made BF_NO_ELBEEM a proper BoolOption. This will be renamed to WITH_BF_ELBEEM in the near future... --- config/linuxcross-config.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/linuxcross-config.py') 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}' -- cgit v1.2.3