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).
This commit is contained in:
Chris Want 2005-07-05 19:04:52 +00:00
parent bc60480d15
commit d50b2c0ff8

@ -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