diff --git a/src/content/gpu/BUILD.gn b/src/content/gpu/BUILD.gn index d9d707b1a9..945a8f1785 100644 --- a/src/content/gpu/BUILD.gn +++ b/src/content/gpu/BUILD.gn @@ -134,6 +134,6 @@ target(link_target_type, "gpu_sources") { # Use DRI on desktop Linux builds. if (current_cpu != "s390x" && current_cpu != "ppc64" && is_desktop_linux && (!is_chromecast || is_cast_desktop_build)) { - configs += [ "//build/config/linux/dri" ] + # configs += [ "//build/config/linux/dri" ] } }