mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 13:29:24 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
35 lines
917 B
Text
35 lines
917 B
Text
--- ui/gl/BUILD.gn.orig 2023-02-08 09:03:45 UTC
|
|
+++ ui/gl/BUILD.gn
|
|
@@ -160,8 +160,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" ]
|
|
@@ -178,7 +176,6 @@ component("gl") {
|
|
]
|
|
public_deps = [
|
|
"//base",
|
|
- "//third_party/mesa_headers",
|
|
"//ui/events/platform",
|
|
"//ui/gfx",
|
|
"//ui/gfx/geometry",
|
|
@@ -390,7 +387,6 @@ component("gl") {
|
|
data_deps += [
|
|
"//third_party/angle:libEGL",
|
|
"//third_party/angle:libGLESv2",
|
|
- "//third_party/mesa_headers",
|
|
]
|
|
if (enable_swiftshader) {
|
|
data_deps += [
|
|
@@ -607,7 +603,6 @@ test("gl_unittests") {
|
|
|
|
data_deps = [
|
|
"//testing/buildbot/filters:gl_unittests_filters",
|
|
- "//third_party/mesa_headers",
|
|
]
|
|
|
|
if (is_win) {
|