File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ declare_args() {
2222 enable_unittests ) && target_os != " fuchsia"
2323
2424 # Whether the Vulkan backend is enabled.
25- impeller_enable_vulkan = (is_linux || is_win || is_android || is_mac ||
25+ impeller_enable_vulkan = (is_win || is_android || is_mac ||
2626 enable_unittests ) && target_os != " fuchsia"
2727
2828 # Whether to use a prebuilt impellerc.
Original file line number Diff line number Diff line change @@ -669,7 +669,7 @@ def to_gn_args(args):
669669 # Enable Vulkan on all platforms except for iOS. This is just
670670 # to save on mobile binary size, as there's no reason the Vulkan embedder
671671 # features can't work on these platforms.
672- if gn_args['target_os'] not in ['ios', 'mac']:
672+ if gn_args['target_os'] not in ['ios', 'mac', 'linux' ]:
673673 gn_args['skia_use_vulkan'] = True
674674 gn_args['skia_use_vma'] = False
675675 gn_args['shell_enable_vulkan'] = True
You can’t perform that action at this time.
0 commit comments