summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-ui_gl_BUILD.gn
blob: 046e78ce0c73b45408f4a00b5b2398f3da460c75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gl/BUILD.gn.orig	2025-12-10 15:04:57 UTC
+++ ui/gl/BUILD.gn
@@ -387,7 +387,7 @@ component("gl") {
     ]
   }
 
-  if (is_android || is_chromeos || is_linux) {
+  if ((is_android || is_chromeos || is_linux) && !is_bsd) {
     # Windows doesn't support base::FileDescriptor.
     # libsync isn't supported or needed on MacOSX.
     # Fuchsia is excluded due to a libsync dependency and because it's