[Mesa-dev] [PATCH 2/2] meson: Don't build svga on ARM/AArch64

Eric Engestrom eric.engestrom at imgtec.com
Tue Mar 20 13:26:27 UTC 2018


On Tuesday, 2018-03-20 08:54:25 +0000, Daniel Stone wrote:
> VMware has no (published) support for Arm-architecture guests.
> 
> Signed-off-by: Daniel Stone <daniels at collabora.com>
> Cc: Dylan Baker <dylan at pnwbakers.com>

I would s/Don't build svga/Don't build svga by default/ in the commit
title, but other than that nit, the series is:
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>

> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meson.build b/meson.build
> index 88e90fe8119..24cad58c61e 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -151,7 +151,7 @@ if _drivers == 'auto'
>      if ['x86', 'x86_64'].contains(host_machine.cpu_family())
>        _drivers = 'r300,r600,radeonsi,nouveau,virgl,svga,swrast'
>      elif ['arm', 'aarch64'].contains(host_machine.cpu_family())
> -      _drivers = 'pl111,vc4,vc5,freedreno,etnaviv,imx,nouveau,tegra,virgl,svga,swrast'
> +      _drivers = 'pl111,vc4,vc5,freedreno,etnaviv,imx,nouveau,tegra,virgl,swrast'
>      else
>        error('Unknown architecture. Please pass -Dgallium-drivers to set driver options. Patches gladly accepted to fix this.')
>      endif
> -- 
> 2.16.2
> 
> _______________________________________________
> 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