File chromium-131-unbundle-enable-freetype.patch of Package chromium.18710
--- chromium-131.0.6778.24/build/linux/unbundle/freetype.gn 2024/11/01 23:01:18 1.1 +++ chromium-131.0.6778.24/build/linux/unbundle/freetype.gn 2024/11/01 23:01:33 @@ -11,4 +11,10 @@ # System FreeType configurations other than as described WILL INTRODUCE TEXT # RENDERING AND SECURITY REGRESSIONS. use_system_freetype = true + + + # Use FreeType for font rendering. If this is set to false, FreeType is + # replaced with the Rust-based Fontations set of libraries plus Skia + # path rendering. + enable_freetype = true }