[OE-core] [PATCH 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

Alexander Kanavin alex.kanavin at gmail.com
Mon Feb 18 18:20:41 UTC 2019


On Mon, 18 Feb 2019 at 19:12, Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:

> That does, I think the patch still needs DRIDRIVERS = "swrast" though?
> The details here should be in the commit message too.

Ah, I forgot one more detail which explains the above: there are two
swrast drivers, one dri-based, another gallium-based. Autotools lets
you build both (not sure which one is installed then), meson forces
you to choose. Thus DRIDRIVERS = "swrast" is only set for _native, as
for _target we get the gallium driver instead.

Alex


More information about the Openembedded-core mailing list