mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Enable panfrost vulcan driver on arm
This commit is contained in:
parent
39b9bd644d
commit
a9172de633
1 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
%global with_panfrost 1
|
||||
%global with_tegra 1
|
||||
%global with_xa 1
|
||||
%global platform_vulkan ,broadcom,freedreno
|
||||
%global platform_vulkan ,broadcom,freedreno,panfrost
|
||||
%endif
|
||||
|
||||
%ifnarch %{arm} s390x
|
||||
|
@ -605,6 +605,8 @@ popd
|
|||
%{_datadir}/vulkan/icd.d/broadcom_icd.*.json
|
||||
%{_libdir}/libvulkan_freedreno.so
|
||||
%{_datadir}/vulkan/icd.d/freedreno_icd.*.json
|
||||
%{_libdir}/libvulkan_panfrost.so
|
||||
%{_datadir}/vulkan/icd.d/panfrost_icd.aarch64.json
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue