mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 02:54:51 +00:00
Enable vmware svga driver on aarch64 (#2108405)
This commit is contained in:
parent
e731470a5e
commit
84f09b5018
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
||||||
%global with_crocus 1
|
%global with_crocus 1
|
||||||
%global with_i915 1
|
%global with_i915 1
|
||||||
%global with_iris 1
|
%global with_iris 1
|
||||||
%global with_vmware 1
|
|
||||||
%global with_xa 1
|
%global with_xa 1
|
||||||
%global platform_vulkan ,intel
|
%global platform_vulkan ,intel
|
||||||
%endif
|
%endif
|
||||||
|
@ -41,6 +40,7 @@
|
||||||
%global with_r600 1
|
%global with_r600 1
|
||||||
%endif
|
%endif
|
||||||
%global with_radeonsi 1
|
%global with_radeonsi 1
|
||||||
|
%global with_vmware 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch %{valgrind_arches}
|
%ifarch %{valgrind_arches}
|
||||||
|
|
Loading…
Reference in a new issue