mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-27 05:48:26 +00:00
fix(mesa): disable with_d3d12 if aarch64
Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
%global intel_platform_vulkan %{?with_vulkan_hw:,intel,intel_hasvk}%{!?with_vulkan_hw:%{nil}}
|
||||
%if !0%{?rhel}
|
||||
%global with_i915 1
|
||||
%global with_d3d12 1
|
||||
%endif
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
@@ -43,7 +44,6 @@
|
||||
%ifarch aarch64 x86_64 %{ix86}
|
||||
%if !0%{?rhel}
|
||||
%global with_asahi 1
|
||||
%global with_d3d12 1
|
||||
%global with_etnaviv 1
|
||||
%global with_lima 1
|
||||
%global with_tegra 1
|
||||
|
||||
Reference in New Issue
Block a user