From 8323208dec59c1a4aabb1ef4db4c85401b9a61d5 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 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" ] } }