Skip to content

Commit cb6b4bd

Browse files
cdotstoutSkia Commit-Bot
authored andcommitted
Add dependency for fuchsia vulkan headers
Test: Fuchsia build compiles. Change-Id: I99386349377c4ae68feb974b4717c03282697227 Reviewed-on: https://skia-review.googlesource.com/c/177560 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
1 parent 561b872 commit cb6b4bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

BUILD.gn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,9 @@ optional("gpu_for_real") {
655655
if (skia_enable_vulkan_debug_layers) {
656656
public_defines += [ "SK_ENABLE_VK_LAYERS" ]
657657
}
658+
if (is_fuchsia) {
659+
public_deps += [ "//third_party/vulkan_loader_and_validation_layers:vulkan" ]
660+
}
658661
}
659662

660663
if (skia_enable_spirv_validation) {

0 commit comments

Comments
 (0)