[Mesa-dev] [PATCH 2/5] meson: Don't force libva to required from auto

Eric Engestrom eric.engestrom at intel.com
Tue Sep 18 18:08:10 UTC 2018


On Tuesday, 2018-09-18 09:13:01 -0700, Dylan Baker wrote:
> We already correctly handle va being auto, but we force it to being
> true, which is bad.
> 
> Fixes 94cf3970925ec87d913a1549a42cdb03713fc4bb
>       ("meson: Fix auto option for va")

Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>

> ---
>  meson.build | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/meson.build b/meson.build
> index 0588ebf8e7a..97098abdfa3 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -569,8 +569,6 @@ elif not (with_gallium_r600 or with_gallium_radeonsi or with_gallium_nouveau)
>    else
>      _va = 'false'
>    endif
> -elif _va == 'auto'
> -  _va = 'true'
>  endif
>  with_gallium_va = false
>  dep_va = null_dep
> -- 
> 2.19.0
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list