diff options
Diffstat (limited to 'dynamic-layers/browser-layer/recipes-browser/chromium')
-rw-r--r-- | dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc | 3 |
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 |
30 | PACKAGECONFIG_append = " use-egl ignore-lost-context proprietary-codecs" | 29 | PACKAGECONFIG_append = " ignore-lost-context proprietary-codecs" |
31 | 30 | ||
32 | copy_chromium_imx_files() { | 31 | copy_chromium_imx_files() { |
33 | # sources in src/ are already organized in a manner | 32 | # sources in src/ are already organized in a manner |