2020-11-18 21:52:37 +01:00
|
|
|
diff --git build/config/linux/atk/BUILD.gn build/config/linux/atk/BUILD.gn
|
2022-09-26 21:30:45 +02:00
|
|
|
index 239c3870a149a..9f5a34fc846bd 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-09-26 21:30:45 +02:00
|
|
|
index 51b6d33aab3c2..970d454e6b539 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") {
|