pkgsrc-wip/chromium/patches/patch-third__party_swiftsha...

14 lines
347 B
Plaintext

$NetBSD$
--- third_party/swiftshader/src/WSI/BUILD.gn.orig 2020-07-15 19:01:40.000000000 +0000
+++ third_party/swiftshader/src/WSI/BUILD.gn
@@ -31,7 +31,7 @@ swiftshader_source_set("WSI") {
"VkSwapchainKHR.hpp",
]
- if (is_linux) {
+ if (is_linux || is_bsd) {
sources += [
"XcbSurfaceKHR.cpp",
"XcbSurfaceKHR.hpp",