Commit dd90f5a5 by Geoff Lang Committed by Commit Bot

Depend on vulkan headers in angle_gpu_info_util

angle_gpu_info_util is capable of dynamically loading vulkan without a dependency but it still requires the dependency on the headers to compile on some systems. BUG= b:153394225 Change-Id: I698a825499364c09faea39384d25d454f83955b3 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2139414Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org>
parent cb6470f9
...@@ -331,6 +331,7 @@ angle_static_library("angle_gpu_info_util") { ...@@ -331,6 +331,7 @@ angle_static_library("angle_gpu_info_util") {
if (is_android || is_fuchsia) { if (is_android || is_fuchsia) {
sources += libangle_gpu_info_util_vulkan_sources sources += libangle_gpu_info_util_vulkan_sources
deps += [ "$angle_root/third_party/vulkan-headers/src:vulkan_headers" ]
} }
if (is_android) { if (is_android) {
......
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