Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 93f75f2

Browse files
authored
Don't provide system vulkan header paths to Skia. (#7003)
Skia privately brings in its own copy. https://skia-review.googlesource.com/c/skia/+/172147
1 parent fc05466 commit 93f75f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def to_gn_args(args):
209209
gn_args['shell_enable_vulkan'] = True
210210
# Configure Skia for Vulkan support.
211211
gn_args['skia_use_vulkan'] = True
212-
gn_args['skia_vulkan_header'] = "flutter/vulkan/skia_vulkan_header.h"
213212

214213
# We should not need a special case for x86, but this seems to introduce text relocations
215214
# even with -fPIC everywhere.

0 commit comments

Comments
 (0)