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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user