chore: re-enable bundled font config, we should fix the sysroot
This commit is contained in:
parent
06dbc7f613
commit
a0c2f3dc28
2 changed files with 1 additions and 4 deletions
|
@ -11,6 +11,3 @@ proprietary_codecs = true
|
|||
ffmpeg_branding = "Chrome"
|
||||
|
||||
is_cfi = false
|
||||
|
||||
# Use OS fontconfig
|
||||
use_bundled_fontconfig = false
|
||||
|
|
|
@ -21,5 +21,5 @@ declare_args() {
|
|||
enable_fake_location_provider = !is_official_build
|
||||
|
||||
# Enable flash plugin support.
|
||||
enable_pepper_flash = false
|
||||
enable_pepper_flash = true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue