Commit 0d434046 by Corentin Wallez Committed by Commit Bot

Disable Vulkan support on Linux

There are both compile error and missing build file dependencies in standalone builds. BUG=angleproject:1668 Change-Id: I8741bd3dd20452c94921101bbf7c5be39fb463b7 Reviewed-on: https://chromium-review.googlesource.com/493608Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
parent d262799c
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
['OS=="linux" and use_x11==1 and chromeos==0', ['OS=="linux" and use_x11==1 and chromeos==0',
{ {
'angle_enable_gl%': 1, 'angle_enable_gl%': 1,
'angle_enable_vulkan%': 1, 'angle_enable_vulkan%': 0,
}], }],
['OS=="mac"', ['OS=="mac"',
{ {
......
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