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

14 lines
368 B
Plaintext

$NetBSD$
--- gpu/gles2_conform_support/native/BUILD.gn.orig 2020-07-15 18:55:58.000000000 +0000
+++ gpu/gles2_conform_support/native/BUILD.gn
@@ -20,7 +20,7 @@ source_set("native") {
"//gpu/gles2_conform_support/egl",
"//ui/gl",
]
- if (is_linux) {
+ if (is_linux || is_bsd) {
sources += [
"egl_native_aura.cc",
"egl_native_x11.cc",