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:
authorChris Want <cwant@ualberta.ca>2005-07-05 23:04:52 +0400
committerChris Want <cwant@ualberta.ca>2005-07-05 23:04:52 +0400
commitd50b2c0ff80466b52e1aa49428a47a6163040b4e (patch)
treed80758b06ba79b96833bf600b8fbacd5974fbac4 /source/nan_definitions.mk
parentbc60480d15c12349db5a8731ba356cce66994174 (diff)
Make WITH_FREETYPE2 and INTERNATIONAL set to true by default when
building under linux (set to false in user-def.mk if you don't want them).
Diffstat (limited to 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index c5543a8134a..abfd5119d42 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -311,10 +311,10 @@ endif
export NAN_PARANOID ?= true
# l10n
- #export INTERNATIONAL ?= true
+ export INTERNATIONAL ?= true
# enable freetype2 support for text objects
- #export WITH_FREETYPE2 ?= true
+ export WITH_FREETYPE2 ?= true
else