[OE-core] [PATCH 1/2] mesa: make gallium swrast target optional

Burton, Ross ross.burton at intel.com
Fri Jun 14 13:36:12 UTC 2019


On Fri, 14 Jun 2019 at 14:34, Alexander Kanavin <alex.kanavin at gmail.com> wrote:
>
> On Fri, 14 Jun 2019 at 15:26, <richard.purdie at linuxfoundation.org> wrote:
>>
>> I guess if we can track down where the swrast dependency is coming and
>> and change things to avoid it, that would probably be ok.
>
>
> As Ross said, qemu bsp has this:
>
> XSERVER ?= "xserver-xorg \
>             ${@bb.utils.contains('DISTRO_FEATURES', 'opengl',
> 'mesa-driver-swrast xserver-xorg-extension-glx', '', d)} \
>             xf86-video-fbdev \
>             "
> Dropping the swrast dependency will not help though, as it is provided by the mesa-megadriver package, which will continue to include swrast as long as it is enabled in the mesa recipe. mesa-megadriver is also pulled in through other dependencies.

Won't that stop the build failure on the autobuilder though?

Ross


More information about the Openembedded-core mailing list