aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_swiftshader_src_WSI_BUILD.gn
blob: ddde1f45eb4c61bf3b4f6167f48a02da3047e17b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/swiftshader/src/WSI/BUILD.gn.orig	2022-08-31 12:19:35 UTC
+++ third_party/swiftshader/src/WSI/BUILD.gn
@@ -84,7 +84,7 @@ swiftshader_source_set("WSI") {
     "../Vulkan:swiftshader_libvulkan_headers",
   ]
 
-  if (is_linux && !use_system_libwayland) {
+  if (is_linux && !use_system_libwayland && !is_openbsd) {
     # Use third-party targets
     deps += [ "$wayland_gn_dir:wayland_client" ]
   }