mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
chore: re-enable bundled font config, we should fix the sysroot
This commit is contained in:
committed by
Jeremy Apthorp
parent
06dbc7f613
commit
a0c2f3dc28
@@ -11,6 +11,3 @@ proprietary_codecs = true
|
|||||||
ffmpeg_branding = "Chrome"
|
ffmpeg_branding = "Chrome"
|
||||||
|
|
||||||
is_cfi = false
|
is_cfi = false
|
||||||
|
|
||||||
# Use OS fontconfig
|
|
||||||
use_bundled_fontconfig = false
|
|
||||||
|
|||||||
@@ -21,5 +21,5 @@ declare_args() {
|
|||||||
enable_fake_location_provider = !is_official_build
|
enable_fake_location_provider = !is_official_build
|
||||||
|
|
||||||
# Enable flash plugin support.
|
# Enable flash plugin support.
|
||||||
enable_pepper_flash = false
|
enable_pepper_flash = true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user