opnsense-ports/devel/electron22/files/patch-ui_gl_BUILD.gn
Franco Fichtner d016c42591 */*: sync with upstream
Taken from: FreeBSD
2023-01-30 10:59:54 +01:00

35 lines
980 B
Text

--- ui/gl/BUILD.gn.orig 2022-11-30 08:12:58 UTC
+++ ui/gl/BUILD.gn
@@ -166,8 +166,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" ]
@@ -184,7 +182,6 @@ component("gl") {
]
public_deps = [
"//base",
- "//third_party/mesa_headers",
"//ui/events/platform",
"//ui/gfx",
"//ui/gfx/geometry",
@@ -416,7 +413,6 @@ component("gl") {
data_deps += [
"//third_party/angle:libEGL",
"//third_party/angle:libGLESv2",
- "//third_party/mesa_headers",
]
if (enable_swiftshader) {
data_deps += [
@@ -638,7 +634,6 @@ test("gl_unittests") {
data_deps = [
"//testing/buildbot/filters:gl_unittests_filters",
- "//third_party/mesa_headers",
]
# TODO(https://crbug.com/789065): this must be moved to Ozone.