mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-03 13:53:37 +03:00
build: Don't depend on dri in //content/gpu
This commit is contained in:
parent
09ab1f292c
commit
dd6f8c8192
1 changed files with 1 additions and 1 deletions
|
@ -127,6 +127,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" ]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue