From 5d1e479e817d545e7611be929118945a6286527d Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Wed, 20 Feb 2019 11:21:48 -0600 Subject: [PATCH] EPEL 7 support --- vkd3d.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vkd3d.spec b/vkd3d.spec index a511e49..4ac1653 100644 --- a/vkd3d.spec +++ b/vkd3d.spec @@ -17,6 +17,14 @@ BuildRequires: xcb-util-devel BuildRequires: xcb-util-keysyms-devel BuildRequires: xcb-util-wm-devel +# Wine does not build on aarch64 due to clang requires +# vulkan is not available in RHEL 7 for aarch64 either +%if 0%{?rhel} == 7 +ExclusiveArch: %{ix86} x86_64 %{arm} +%else +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 +%endif + %description The vkd3d project includes libraries, shaders, utilities, and demos for translating D3D12 to Vulkan.