Details
Assignee
Jan-Simon Moeller
Jan-Simon MoellerReporter
Jan-Simon Moeller
Jan-Simon MoellerFix versions
Labels
Components
Affects versions
Priority
Created April 8, 2020 at 11:10 AM
Updated May 7, 2020 at 3:16 PM
Resolved May 5, 2020 at 9:53 PM
Our ported weston 6 recipe (meta-agl-bsp/recipes-graphics/wayland/weston_6.0.0.bb)
does use virtual/mesa in
but also virtual/egl
This works if both are set to mesa, bug fails in case virtual/egl is set differently and then
we can see conflicts:
Upstream solved this in later versions of the recipe by not relying on virtual/mesa but the virtual/egl virtual/libgles2 directly.
Thus apply this solution to our recipe as well.