Yocto Wandboard with Webkitgtk for OpenGL ES ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Yocto Wandboard with Webkitgtk for OpenGL ES ?

1,366 Views
thomasseifert
Contributor I

There is no OpenGL ES (WebGL, CSS 3D) support in the webkitgtk browser because the webkit-gtk_1.8.3.bb has only support for OpenGL ->  see the red marked places below .

My Question is now: What should be the values in the webkit-gtk_1.8.3.bb to build webkitgtk against OpenGL ES 2.0?

DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)}"


EXTRA_OECONF = "\
  --enable-debug=no \
  --enable-svg \
  --enable-icon-database=yes \
  --enable-fullscreen-api \
  --enable-image-resizer \
  --enable-link-prefetch \
  --with-gtk=2.0 \
  --disable-geolocation \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '--enable-webgl', '--disable-webgl', d)} \
  UNICODE_CFLAGS=-D_REENTRANT \

best regards

Thomas Seifert

Visteon

0 Kudos
1 Reply

710 Views
igorpadykov
NXP Employee
NXP Employee

Hi Thomas

seems most appropriate to place this to meta-fsl-arm mailing list,

where performed integration of many i.MX6 based boards with a Yocto build,

so that someone familiar with this board could try to assist you.

https://lists.yoctoproject.org/listinfo/meta-freescale

Best regards

chip

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos