mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
Submitted by: cpm Obtained from: https://github.com/cpu82/freebsd-chromium MFH: 2018Q1 Security: https://vuxml.freebsd.org/freebsd/e264e74e-ffe0-11e7-8b91-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/1d951e85-ffdb-11e7-8b91-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/82894193-ffd4-11e7-8b91-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/f8e72cd4-c66a-11e7-bb17-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/3cd46257-bbc5-11e7-a3bc-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/a692bffe-b6ad-11e7-a1c2-e8e0b747a45a.html
21 lines
496 B
Text
21 lines
496 B
Text
--- ui/gl/BUILD.gn.orig 2017-12-30 03:59:07.267974000 +0100
|
|
+++ ui/gl/BUILD.gn 2017-12-30 03:59:58.156283000 +0100
|
|
@@ -261,7 +261,6 @@
|
|
data_deps += [
|
|
"//third_party/angle:libEGL",
|
|
"//third_party/angle:libGLESv2",
|
|
- "//third_party/mesa:osmesa",
|
|
"//third_party/swiftshader",
|
|
]
|
|
|
|
@@ -434,10 +433,6 @@
|
|
"//ui/gl/init",
|
|
"//ui/platform_window",
|
|
"//ui/platform_window:platform_impls",
|
|
- ]
|
|
-
|
|
- data_deps = [
|
|
- "//third_party/mesa:osmesa",
|
|
]
|
|
}
|
|
|