vulkan/runtime: Add vk_cmd_queue.h to idep_vulkan_runtime_headers
authorBoris Brezillon <boris.brezillon@collabora.com>
Thu, 24 Mar 2022 09:11:56 +0000 (10:11 +0100)
committerJason Ekstrand <jason@jlekstrand.net>
Thu, 24 Mar 2022 19:43:02 +0000 (19:43 +0000)
commit5b12a498f57a56ce0b0148a53d6d9397c6026143
treebceb40a66a376bd14a908149d8ec7b6699bb011c
parent5d33068cd9e31b9c50dfab2d87ae8c8eee97b292
vulkan/runtime: Add vk_cmd_queue.h to idep_vulkan_runtime_headers

If we don't do that, meson might start compiling source files
including vk_command_buffer.h which in turn includes vk_cmd_queue.h
before this file is even generated, and we end up with errors like
that https://gitlab.freedesktop.org/mesa/mesa/-/jobs/20157936#L1119.

Fixes: 6bd8a3c7e434 ("vulkan/runtime: Add a vk_cmd_queue object to vk_command_buffer")
Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15546>
src/vulkan/runtime/meson.build