From efaf3fd5fc2489c4d331c5cf425cc818be5ba6c0 Mon Sep 17 00:00:00 2001 From: Constantine Shablya Date: Wed, 15 Mar 2023 17:45:58 +0200 Subject: [PATCH] vulkan: delete trailing namespace Reviewed-by: Faith Ekstrand Part-of: --- src/vulkan/runtime/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vulkan/runtime/meson.build b/src/vulkan/runtime/meson.build index 4024c56..1d14ed9 100644 --- a/src/vulkan/runtime/meson.build +++ b/src/vulkan/runtime/meson.build @@ -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, -- 2.7.4