blob: b8bbfedfdda3282ebf3056bae1e6e48723c2e197 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- content/gpu/BUILD.gn.orig 2017-06-05 19:03:07 UTC
+++ content/gpu/BUILD.gn
@@ -106,6 +106,7 @@ target(link_target_type, "gpu_sources") {
if (use_x11) {
deps += [ "//ui/events/platform/x11" ]
+ configs += [ "//build/config/linux:x11" ]
}
if (use_ozone) {
|