Kirkstone - > cannot compile qt-wpe-simple browser
Trying to compile wpe-browser from meta-wpewebkit and during building cog I'm getting error:
https://github.com/Igalia/meta-webkit/issues/446
It seems that gcnano-userland-multi-binary-stm32mp provides gbm.h which clash with one from cog.
I've resolved it by:
`GPU_USERLAND_LIBRARIES_WAYLAND = "mesa"` adding to local.conf
and also by adding append for gcnano-userland-multi-binary-stm32mp.bbappend
with content:
`GCNANO_PACKAGECONFIG:remove = "gbm"` but when I start wpe browser it display just white background and nothing more.
Thanks.
