2020-11-18 21:52:37 +01:00
|
|
|
diff --git build/config/linux/atk/BUILD.gn build/config/linux/atk/BUILD.gn
|
2022-01-25 21:26:51 +01:00
|
|
|
index 647bef697ec8f..64708b91d273f 100644
|
2020-11-18 21:52:37 +01:00
|
|
|
--- build/config/linux/atk/BUILD.gn
|
|
|
|
+++ build/config/linux/atk/BUILD.gn
|
2021-07-23 18:40:13 +02:00
|
|
|
@@ -11,7 +11,7 @@ import("//build/config/ui.gni")
|
|
|
|
assert(!is_chromeos)
|
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
|
2022-01-25 21:26:51 +01:00
|
|
|
index d103d09a39a51..e032b7f357e85 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") {
|