SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
www/ungoogled-chromium/patches/patch-ui_gl_gl_switches_cc
Normal file
21
www/ungoogled-chromium/patches/patch-ui_gl_gl_switches_cc
Normal file
|
@ -0,0 +1,21 @@
|
|||
Index: ui/gl/gl_switches.cc
|
||||
--- ui/gl/gl_switches.cc.orig
|
||||
+++ ui/gl/gl_switches.cc
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "base/android/build_info.h"
|
||||
#endif
|
||||
|
||||
-#if BUILDFLAG(IS_LINUX)
|
||||
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
||||
#include <vulkan/vulkan_core.h>
|
||||
#include "third_party/angle/src/gpu_info_util/SystemInfo.h" // nogncheck
|
||||
#endif
|
||||
@@ -271,7 +271,7 @@ bool IsDefaultANGLEVulkan() {
|
||||
base::android::SDK_VERSION_Q)
|
||||
return false;
|
||||
#endif // BUILDFLAG(IS_ANDROID)
|
||||
-#if BUILDFLAG(IS_LINUX)
|
||||
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
||||
angle::SystemInfo system_info;
|
||||
if (!angle::GetSystemInfoVulkan(&system_info))
|
||||
return false;
|
Loading…
Add table
Add a link
Reference in a new issue