mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-07 11:17:16 +00:00
build: Don't depend on dri in //content/gpu
This commit is contained in:
parent
cf6ef747aa
commit
a5ed61cb09
1 changed files with 1 additions and 1 deletions
|
@ -138,6 +138,6 @@ target(link_target_type, "gpu_sources") {
|
|||
if (current_cpu != "s390x" && current_cpu != "ppc64" &&
|
||||
(is_linux || is_chromeos_lacros) &&
|
||||
(!is_chromecast || is_cast_desktop_build)) {
|
||||
configs += [ "//build/config/linux/dri" ]
|
||||
# configs += [ "//build/config/linux/dri" ]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue