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

Alexander Kanavin alex.kanavin at gmail.com
Fri Jun 14 13:33:46 UTC 2019


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.

Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20190614/5f2a0288/attachment-0001.html>


More information about the Openembedded-core mailing list