vulkan: delete trailing namespace

Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21754>
This commit is contained in:
Constantine Shablya
2023-03-15 17:45:58 +02:00
committed by Marge Bot
parent cd35ab9570
commit efaf3fd5fc

View File

@@ -209,7 +209,7 @@ idep_vulkan_common_entrypoints_h = declare_dependency(
# This is likely a bug in the Meson VS backend, as MSVC with ninja works fine.
# See this discussion here:
# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10506
# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10506
if get_option('backend').startswith('vs')
idep_vulkan_runtime = declare_dependency(
link_with : libvulkan_runtime,