| Index: build/config/sysroot.gni
|
| diff --git a/build/config/sysroot.gni b/build/config/sysroot.gni
|
| index 80228e82391488b81e55d400c7550194aac8bc72..f2118103c7f9a083171f9756fab0e35282987356 100644
|
| --- a/build/config/sysroot.gni
|
| +++ b/build/config/sysroot.gni
|
| @@ -63,7 +63,8 @@ if (is_linux && target_sysroot_dir != "") {
|
| import("//build_overrides/build.gni")
|
| if (build_with_chromium) {
|
| import("//ui/ozone/ozone.gni")
|
| - if (use_ozone && !is_chromecast) {
|
| + import("//ui/base/ui_features.gni")
|
| + if (use_ozone && use_xkbcommon) {
|
| sysroot = "//build/linux/debian_jessie_amd64-sysroot"
|
| }
|
| }
|
|
|