diff options
Diffstat (limited to '')
-rw-r--r-- | external/skia/libvulkan-name.patch.1 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/external/skia/libvulkan-name.patch.1 b/external/skia/libvulkan-name.patch.1 new file mode 100644 index 000000000..265d8daa1 --- /dev/null +++ b/external/skia/libvulkan-name.patch.1 @@ -0,0 +1,13 @@ +diff --git a/tools/gpu/vk/VkTestUtils.cpp b/tools/gpu/vk/VkTestUtils.cpp +index 5b7e8c29ae..1580136b5c 100644 +--- a/tools/gpu/vk/VkTestUtils.cpp ++++ b/tools/gpu/vk/VkTestUtils.cpp +@@ -13,7 +13,7 @@ + #if defined _WIN32 + #define SK_GPU_TOOLS_VK_LIBRARY_NAME "vulkan-1.dll" + #else +- #define SK_GPU_TOOLS_VK_LIBRARY_NAME "libvulkan.so" ++ #define SK_GPU_TOOLS_VK_LIBRARY_NAME "libvulkan.so.1" + #endif + #endif + |