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

Alexander Kanavin alex.kanavin at gmail.com
Wed Feb 20 14:47:25 UTC 2019


On Wed, 20 Feb 2019 at 13:16, Fabio Berton
<fabio.berton at ossystems.com.br> wrote:
> -DRIDRIVERS = "swrast"
> -DRIDRIVERS_append_x86_class-target = ",radeon,r200,nouveau,i965,i915"
> -DRIDRIVERS_append_x86-64_class-target = ",radeon,r200,nouveau,i965,i915"
> +DRIDRIVERS_class-native = "swrast"
> +DRIDRIVERS_class-nativesdk = "swrast"
> +DRIDRIVERS_append_x86_class-target = ",r100,r200,nouveau,i965,i915"
> +DRIDRIVERS_append_x86-64_class-target = ",r100,r200,nouveau,i965,i915"

This produces:
| configure: error: classic DRI driver 'r100' does not exist

radeon has been renamed to r100 in meson builds, until then it should
be still 'radeon'.

Alex


More information about the Openembedded-core mailing list