On Fri, 14 Jun 2019 at 14:34, Alexander Kanavin <alex.kana...@gmail.com> wrote:
>
> On Fri, 14 Jun 2019 at 15:26, <richard.pur...@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
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to