raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1ed15f5b42a05a59cab134fb48d7e676d3fd6aca
commit 1ed15f5b42a05a59cab134fb48d7e676d3fd6aca Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Mon Jul 15 11:15:33 2019 +0100 config - make harfbuzz default on these days probably a good move given how common it is now. --- meson_options.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index 4aa22fda0f..ac78778bbf 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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', --