diff options
Diffstat (limited to 'www/chromium/files/patch-ui_gl_BUILD.gn')
| -rw-r--r-- | www/chromium/files/patch-ui_gl_BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-ui_gl_BUILD.gn b/www/chromium/files/patch-ui_gl_BUILD.gn new file mode 100644 index 000000000000..02a8f07f0fd9 --- /dev/null +++ b/www/chromium/files/patch-ui_gl_BUILD.gn @@ -0,0 +1,11 @@ +--- ui/gl/BUILD.gn.orig 2025-12-05 10:12:50 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 |
