Mesa (master): meson: Don't build svga by default on ARM/AArch64

Daniel Stone daniels at kemper.freedesktop.org
Tue Mar 20 16:18:50 UTC 2018


Module: Mesa
Branch: master
Commit: bc5e59119ef6e7fdb5b54ce0a690a1ad43e6401c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc5e59119ef6e7fdb5b54ce0a690a1ad43e6401c

Author: Daniel Stone <daniels at collabora.com>
Date:   Tue Feb 27 18:00:23 2018 +0000

meson: Don't build svga by default on ARM/AArch64

VMware has no (published) support for Arm-architecture guests.

Signed-off-by: Daniel Stone <daniels at collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>
Reported-by: Dylan Baker <dylan at pnwbakers.com>

---

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 88e90fe811..24cad58c61 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




More information about the mesa-commit mailing list