From d50b2c0ff80466b52e1aa49428a47a6163040b4e Mon Sep 17 00:00:00 2001 From: Chris Want Date: Tue, 5 Jul 2005 19:04:52 +0000 Subject: [PATCH] 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). --- source/nan_definitions.mk | 4 ++-- 1 file 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