Igalia / meta-webkit

Yocto / OpenEmbedded layer for WebKit based engines and browsers
MIT License
125 stars 67 forks source link

Enable webgl2 in wpewebkit? #417

Closed guijemont closed 1 year ago

guijemont commented 1 year ago

Describe the bug

My understanding is that webgl2 is enabled by default in WPEWebKit, but our recipe implicitly disables it. It would require something like PACKAGECONFIG:append = " webgl2" in the recipe.

To Reproduce

Build wpewebkit recipe

Expected behavior webgl2 is enabled.

Environment (please complete the following information):

Additional context

N/A