summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-105-swiftshader-no-wayland.patch
blob: 71326dbd80117823c2dd5227ea6d654f10f1f908 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/third_party/swiftshader/src/WSI/BUILD.gn
+++ b/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 && ozone_platform_wayland) {
     # Use third-party targets
     deps += [ "$wayland_gn_dir:wayland_client" ]
   }