mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
no radeon vulkan driver on arm
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
ee9fab44b6
commit
7e16421963
1 changed files with 2 additions and 0 deletions
|
@ -20,8 +20,10 @@
|
|||
%define with_xa 1
|
||||
%define vulkan_drivers --with-vulkan-drivers=intel,radeon
|
||||
%else
|
||||
%ifnarch %{arm}
|
||||
%define vulkan_drivers --with-vulkan-drivers=radeon
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%ifarch %{arm} aarch64
|
||||
%define with_etnaviv 1
|
||||
|
|
Loading…
Reference in a new issue