aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-third__party_swiftshader_src_WSI_BUILD.gn
blob: 09c910ef971b601a34f2c5dd4c5f9da472d02d24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/swiftshader/src/WSI/BUILD.gn.orig	2022-10-05 07:34:01 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" ]
   }