From 893e66b35228d5614a9f1c22d1707efc7e68a455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 24 May 2021 23:33:35 +0200 Subject: [PATCH] chromium-x11: remove use-egl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * set PACKAGECONFIG explicitly * at least on Raspi4 WebGL is accelerated for desktop GL only Signed-off-by: Andreas Müller --- appends/meta-browser/chromium-x11_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appends/meta-browser/chromium-x11_%.bbappend b/appends/meta-browser/chromium-x11_%.bbappend index aced0b9..0d099a2 100644 --- a/appends/meta-browser/chromium-x11_%.bbappend +++ b/appends/meta-browser/chromium-x11_%.bbappend @@ -1 +1 @@ -PACKAGECONFIG_append = " use-egl impl-side-painting proprietary-codecs" +PACKAGECONFIG = "impl-side-painting proprietary-codecs"