From 1ed15f5b42a05a59cab134fb48d7e676d3fd6aca Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 15 Jul 2019 11:15:33 +0100 Subject: [PATCH] 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',