config - make harfbuzz default on these days
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 15 Jul 2019 10:15:33 +0000 (11:15 +0100)
committerTaehyub Kim <taehyub.kim@samsung.com>
Wed, 17 Jul 2019 07:28:59 +0000 (16:28 +0900)
probably a good move given how common it is now.

meson_options.txt

index 27ecb40..6d7c14e 100644 (file)
@@ -229,13 +229,13 @@ option('emotion-generic-loaders-disabler',
 option('harfbuzz', # TIZEN_CONFIG
   type : 'boolean',
   value : true,
-  description : 'harfbuzz support'
+  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',