2020-11-18 21:52:37 +01:00
|
|
|
diff --git build/config/linux/atk/BUILD.gn build/config/linux/atk/BUILD.gn
|
2021-04-21 00:52:34 +02:00
|
|
|
index bc8e27894732a..5d06ce988f25f 100644
|
2020-11-18 21:52:37 +01:00
|
|
|
--- build/config/linux/atk/BUILD.gn
|
|
|
|
+++ build/config/linux/atk/BUILD.gn
|
2021-03-04 23:36:57 +01:00
|
|
|
@@ -12,7 +12,7 @@ import("//build/config/ui.gni")
|
|
|
|
assert(!is_chromeos_ash)
|
2020-11-18 21:52:37 +01:00
|
|
|
|
|
|
|
# These packages should _only_ be expected when building for a target.
|
|
|
|
-assert(current_toolchain == default_toolchain)
|
|
|
|
+# assert(current_toolchain == default_toolchain)
|
|
|
|
|
|
|
|
if (use_atk) {
|
|
|
|
assert(use_glib, "use_atk=true requires that use_glib=true")
|
2021-03-04 23:36:57 +01:00
|
|
|
diff --git build/config/linux/atspi2/BUILD.gn build/config/linux/atspi2/BUILD.gn
|
2021-04-21 00:52:34 +02:00
|
|
|
index 988a995681361..1791ea607550e 100644
|
2021-03-04 23:36:57 +01:00
|
|
|
--- build/config/linux/atspi2/BUILD.gn
|
|
|
|
+++ build/config/linux/atspi2/BUILD.gn
|
|
|
|
@@ -6,7 +6,7 @@ import("//build/config/linux/pkg_config.gni")
|
|
|
|
import("//build/config/ui.gni")
|
|
|
|
|
|
|
|
# These packages should _only_ be expected when building for a target.
|
|
|
|
-assert(current_toolchain == default_toolchain)
|
|
|
|
+# assert(current_toolchain == default_toolchain)
|
|
|
|
|
|
|
|
if (use_atk) {
|
|
|
|
pkg_config("atspi2") {
|