diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2019-06-18 19:24:43 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2019-06-18 19:24:43 +0000 |
commit | 66d46c9897975d9592955817cb33089d97ef17c6 (patch) | |
tree | c8bebd5ffea1cf2b2f6b472d71bbaddb2b47480d /www/iridium/files/patch-ui_gl_BUILD.gn | |
parent | net/shmux: Update to 1.0.3 (diff) |
www/iridium: Update to 2019.04.73
Submitted by: Matthias Wolf <matthias@rheinwolf.de>
Notes
Notes:
svn path=/head/; revision=504498
Diffstat (limited to 'www/iridium/files/patch-ui_gl_BUILD.gn')
-rw-r--r-- | www/iridium/files/patch-ui_gl_BUILD.gn | 30 |
1 files changed, 10 insertions, 20 deletions
diff --git a/www/iridium/files/patch-ui_gl_BUILD.gn b/www/iridium/files/patch-ui_gl_BUILD.gn index 3ff574bc5f8a..36b25afba995 100644 --- a/www/iridium/files/patch-ui_gl_BUILD.gn +++ b/www/iridium/files/patch-ui_gl_BUILD.gn @@ -1,21 +1,11 @@ ---- ui/gl/BUILD.gn.orig 2018-05-09 21:06:41.000000000 +0200 -+++ ui/gl/BUILD.gn 2018-08-16 13:08:19.550126000 +0200 -@@ -307,7 +307,6 @@ - data_deps += [ - "//third_party/angle:libEGL", - "//third_party/angle:libGLESv2", -- "//third_party/mesa:osmesa", - "//third_party/swiftshader", - ] - } -@@ -506,10 +505,6 @@ - "//ui/gl/init", - "//ui/platform_window", - "//ui/platform_window:platform_impls", -- ] -- -- data_deps = [ -- "//third_party/mesa:osmesa", - ] +--- ui/gl/BUILD.gn.orig 2019-03-11 22:01:19 UTC ++++ ui/gl/BUILD.gn +@@ -212,7 +212,7 @@ jumbo_component("gl") { + ] + } - if (use_x11) { +- if (is_posix && !is_fuchsia && !is_mac) { ++ if (is_posix && !is_fuchsia && !is_mac && !is_bsd) { + # Windows has USE_EGL but 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 |