diff --git a/DEPS b/DEPS index 5a1e867394125..28caf7a26143f 100644 --- a/DEPS +++ b/DEPS @@ -256,7 +256,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'aee1094b10465e32972932e23b6799c3f8de244f', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'e522d38d629d7522f0589e754886ed2b82232d9e', # Fuchsia compatibility # diff --git a/third_party/txt/BUILD.gn b/third_party/txt/BUILD.gn index ca3d6234f2c5f..10501bc8ca3e9 100644 --- a/third_party/txt/BUILD.gn +++ b/third_party/txt/BUILD.gn @@ -38,11 +38,6 @@ config("allow_posix_names") { } source_set("txt") { - defines = [] - if (flutter_use_fontconfig) { - defines += [ "FLUTTER_USE_FONTCONFIG" ] - } - sources = [ "src/skia/paragraph_builder_skia.cc", "src/skia/paragraph_builder_skia.h", @@ -97,7 +92,7 @@ source_set("txt") { ] if (flutter_use_fontconfig) { - deps += [ "//third_party/fontconfig" ] + libs = [ "fontconfig" ] } if (is_mac || is_ios) {