config - make harfbuzz default on these days

probably a good move given how common it is now.
This commit is contained in:
Carsten Haitzler 2019-07-15 11:15:33 +01:00
parent cf005ac54a
commit 1ed15f5b42
1 changed files with 3 additions and 3 deletions

View File

@ -228,14 +228,14 @@ option('emotion-generic-loaders-disabler',
option('harfbuzz',
type : 'boolean',
value : false,
description : 'harfbuzz support'
value : true,
description : 'harfbuzz (complex text layout library) support'
)
option('fribidi',
type : 'boolean',
value : true,
description : 'fribidi support'
description : 'fribidi (right to left text layout library) support'
)
option('fontconfig',