Commit 450209c3 by Yuke Liao Committed by Commit Bot

Declare ozone_platform_gbm when angle doesn't have build

Otherwise, it causes build breakages to other projects that depend on it, such as Skia project. Bug: angleproject:5146 Change-Id: I09d8e175fa76fb098a0836c2542986609fae7757 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2462721Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent efc0aaf4
...@@ -36,6 +36,7 @@ if (angle_has_build) { ...@@ -36,6 +36,7 @@ if (angle_has_build) {
dcheck_always_on = false dcheck_always_on = false
angle_use_x11 = (is_linux || is_chromeos) && !is_ggp angle_use_x11 = (is_linux || is_chromeos) && !is_ggp
use_ozone = false use_ozone = false
ozone_platform_gbm = false
use_fuzzing_engine = false use_fuzzing_engine = false
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment