[oe] [PATCH] mesa: fix meson configure fix when 'dri' is excluded from PACKAGECONFIG

Alexander Kanavin alex.kanavin at gmail.com
Tue Oct 29 14:42:39 UTC 2019


This should be going to the oe-core mailing list.

Alex

On Tue, 29 Oct 2019 at 10:47, <yann.dirson at blade-group.com> wrote:

> From: Yann Dirson <yann at blade-group.com>
>
> Signed-off-by: Yann Dirson <yann at blade-group.com>
> ---
>  .../mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch  | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git
> a/meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch
> b/meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch
> index 3458c19199..346b217585 100644
> ---
> a/meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch
> +++
> b/meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch
> @@ -23,7 +23,7 @@ index 0e50bb26c0a..de065c290d6 100644
>   with_dri_swrast = dri_drivers.contains('swrast')
>
>  -with_dri = dri_drivers.length() != 0 and dri_drivers != ['']
> -+with_dri = get_option('dri') or (_drivers.length() != 0 and _drivers !=
> [''])
> ++with_dri = get_option('dri') or (dri_drivers.length() != 0 and
> dri_drivers != [''])
>
>   gallium_drivers = get_option('gallium-drivers')
>   if gallium_drivers.contains('auto')
> --
> 2.23.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


More information about the Openembedded-devel mailing list