summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland/0002-chromium-met-EGL-API-GetProcAddress-failures.patch
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-02-08 16:40:47 -0300
committerGitHub <noreply@github.com>2023-02-08 16:40:47 -0300
commit7a524b8ff878943730cd4bdcac9d931c603df923 (patch)
tree720a666e2a361dccd97f990bd29c13d746cbfecd /dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland/0002-chromium-met-EGL-API-GetProcAddress-failures.patch
parentb0c6c3ef65bd06018f2096fa6c5dc3e592e93c64 (diff)
parent83889d34e0fea003aaa6c8840f5358a032df945e (diff)
downloadmeta-freescale-7a524b8ff878943730cd4bdcac9d931c603df923.tar.gz
Merge pull request #1417 from Freescale/backport-1416-to-kirkstone
[Backport kirkstone] chromium-ozone-wayland: remove bbappend and patches
Diffstat (limited to 'dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland/0002-chromium-met-EGL-API-GetProcAddress-failures.patch')
-rw-r--r--dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland/0002-chromium-met-EGL-API-GetProcAddress-failures.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland/0002-chromium-met-EGL-API-GetProcAddress-failures.patch b/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland/0002-chromium-met-EGL-API-GetProcAddress-failures.patch
deleted file mode 100644
index b85e3cfd..00000000
--- a/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland/0002-chromium-met-EGL-API-GetProcAddress-failures.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1From fc83501ff2105f99183b3f6ea240d6baacf3ea05 Mon Sep 17 00:00:00 2001
2From: Wujian Sun <wujian.sun_1@nxp.com>
3Date: Wed, 10 Nov 2021 17:28:22 +0800
4Subject: [PATCH] chromium met EGL API GetProcAddress failures
5
6Wayland not use SwANGLE as below commit, so no need
7build SwANGLE on wayland platform.
8
9commit 97f919dd8b544b583b772664f0d7b8e6b6d8da2e
10Reland "Use SwANGLE on all Ozone platforms, except Wayland"
11
12Upstream-Status: Inappropriate [i.MX-specific]
13
14Signed-off-by: Wujian Sun <wujian.sun_1@nxp.com>
15---
16 ui/gl/BUILD.gn | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
20index bb7d843c1f363..4b4b360758e1d 100644
21--- a/ui/gl/BUILD.gn
22+++ b/ui/gl/BUILD.gn
23@@ -252,7 +252,7 @@ component("gl") {
24
25 if (use_ozone) {
26 deps += [ "//ui/ozone:buildflags" ]
27- if (use_egl && !is_fuchsia) {
28+ if (use_egl && !is_fuchsia && !ozone_platform_wayland) {
29 data_deps += [
30 "//third_party/angle:libEGL",
31 "//third_party/angle:libGLESv2",
32--
332.17.1
34