[Buildroot] [PATCH v1 1/2] package/mesa3d: add config option for DRI3 support

Arnout Vandecappelle arnout at mind.be
Mon Dec 20 22:00:07 UTC 2021



On 19/12/2021 08:22, Michael Taubert wrote:
> Hi!
> 
> Got back to this topic this morning.
> 
> According to this line for V3D/VC4:
> 
> select BR2_PACKAGE_MESA3D_DRI3 if BR2_PACKAGE_XORG7
> 
> Mesa3D will be built with DRI3 support only if xorg is going to be used
> too. Though I'm actually using xorg, and can confirm that is compiling
> properly with X, I may have a switch to wayland anytime soon. Is xorg
> really required?

  AFAIU, dri3 requires xshmfence, and our xshmfence package depends on xorg7. A 
similar condition existed already, so I kept it.

  If someone can get it working without xshmfence (thus without xorg7), they can 
send a patch :-)

  Note that it's possible to select BR2_PACKAGE_XORG7 without selecting any X 
library. By itself, it doesn't actually do anything. Perhaps we should even get 
rid of that option, I don't know.

  Regards,
  Arnout


> 
> I must admit that the build did not complete, due to an error with
> libnss. So it's just what I got from the build logs.
> 
> Regards,
> Michael
> 
> p.s. Thunderbird caused a mess with the last mail, somehow. Sorry.
[snip]



More information about the buildroot mailing list