SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
www/iridium/patches/patch-gpu_vulkan_vulkan_util_cc
Normal file
12
www/iridium/patches/patch-gpu_vulkan_vulkan_util_cc
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: gpu/vulkan/vulkan_util.cc
|
||||
--- gpu/vulkan/vulkan_util.cc.orig
|
||||
+++ gpu/vulkan/vulkan_util.cc
|
||||
@@ -199,7 +199,7 @@ bool CheckVulkanCompabilities(const VulkanInfo& vulkan
|
||||
}
|
||||
}
|
||||
|
||||
-#if BUILDFLAG(IS_LINUX) && !defined(OZONE_PLATFORM_IS_X11)
|
||||
+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && !defined(OZONE_PLATFORM_IS_X11)
|
||||
// Vulkan is only supported with X11 on Linux for now.
|
||||
return false;
|
||||
#else
|
Loading…
Add table
Add a link
Reference in a new issue