diff options
author | alexandra-ioana.safta@nxp.com <alexandra-ioana.safta@nxp.com> | 2017-04-28 11:05:50 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-04-30 16:50:39 -0300 |
commit | f5f0a17833831a025bc49236ca1cc805176fe7bb (patch) | |
tree | f07b4d4dca799857c98831be9f036b8d2c04e12c /dynamic-layers | |
parent | d15ada45d703ccfe016925de9b03020ca839f2f1 (diff) | |
download | meta-freescale-f5f0a17833831a025bc49236ca1cc805176fe7bb.tar.gz |
chromium-wayland: Remove redundant setting
The use-egl PACKAGECONFIG is already enabled by default.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Alexandra Safta <alexandra-ioana.safta@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'dynamic-layers')
-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 |