SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
36
www/iridium/patches/patch-ui_gl_BUILD_gn
Normal file
36
www/iridium/patches/patch-ui_gl_BUILD_gn
Normal file
|
@ -0,0 +1,36 @@
|
|||
Index: ui/gl/BUILD.gn
|
||||
--- ui/gl/BUILD.gn.orig
|
||||
+++ ui/gl/BUILD.gn
|
||||
@@ -161,8 +161,6 @@ component("gl") {
|
||||
defines += [ "GPU_ENABLE_SERVICE_LOGGING" ]
|
||||
}
|
||||
|
||||
- include_dirs = [ "//third_party/mesa_headers" ]
|
||||
-
|
||||
all_dependent_configs = [ ":gl_config" ]
|
||||
|
||||
public_configs = [ "//third_party/khronos:khronos_headers" ]
|
||||
@@ -179,7 +177,6 @@ component("gl") {
|
||||
]
|
||||
public_deps = [
|
||||
"//base",
|
||||
- "//third_party/mesa_headers",
|
||||
"//ui/events/platform",
|
||||
"//ui/gfx",
|
||||
"//ui/gfx/geometry",
|
||||
@@ -377,7 +374,6 @@ component("gl") {
|
||||
data_deps += [
|
||||
"//third_party/angle:libEGL",
|
||||
"//third_party/angle:libGLESv2",
|
||||
- "//third_party/mesa_headers",
|
||||
]
|
||||
if (enable_swiftshader) {
|
||||
data_deps += [
|
||||
@@ -621,7 +617,6 @@ test("gl_unittests") {
|
||||
|
||||
data_deps = [
|
||||
"//testing/buildbot/filters:gl_unittests_filters",
|
||||
- "//third_party/mesa_headers",
|
||||
]
|
||||
|
||||
if (is_win) {
|
Loading…
Add table
Add a link
Reference in a new issue