summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc b/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc
index f8ba268d..cdd0f08f 100644
--- a/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc
+++ b/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc
@@ -25,9 +25,8 @@ do_patch[prefuncs] =+ "add_chromium_imx_patches"
25 25
26# * Lost context problems are not known to happen with Vivante GPUs, 26# * Lost context problems are not known to happen with Vivante GPUs,
27# so it is safe to use ignore-lost-context 27# so it is safe to use ignore-lost-context
28# * EGL is on by default due to the GPU on the i.MX6
29# * Proprietary codecs need to be enabled for h.264 and MP4 support 28# * Proprietary codecs need to be enabled for h.264 and MP4 support
30PACKAGECONFIG_append = " use-egl ignore-lost-context proprietary-codecs" 29PACKAGECONFIG_append = " ignore-lost-context proprietary-codecs"
31 30
32copy_chromium_imx_files() { 31copy_chromium_imx_files() {
33 # sources in src/ are already organized in a manner 32 # sources in src/ are already organized in a manner