From d4cf2f97f3bf45ae72908535f69fb3ed83333cc3 Mon Sep 17 00:00:00 2001 From: klzgrad Date: Thu, 10 Jan 2019 06:56:25 +0000 Subject: [PATCH] build: Don't depend on dri in //content/gpu --- src/content/gpu/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/gpu/BUILD.gn b/src/content/gpu/BUILD.gn index 2b11652641..b191ff00fe 100644 --- a/src/content/gpu/BUILD.gn +++ b/src/content/gpu/BUILD.gn @@ -125,6 +125,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" ] } }