summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-third__party_dawn_include_dawn_native_VulkanBackend.h
blob: de1b386bf7210c7fd64b914b5e3a8fa90a3405f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/dawn/include/dawn/native/VulkanBackend.h.orig	2023-12-23 12:33:28 UTC
+++ third_party/dawn/include/dawn/native/VulkanBackend.h
@@ -83,7 +83,7 @@ struct ExternalImageExportInfoVk : ExternalImageExport
 };
 
 // Can't use DAWN_PLATFORM_IS(LINUX) since header included in both Dawn and Chrome
-#ifdef __linux__
+#if defined(__linux__) || defined(__OpenBSD__) || defined(__FreeBSD__)
 
 // Common properties of external images represented by FDs. On successful import the file
 // descriptor's ownership is transferred to the Dawn implementation and they shouldn't be