|
|
|
@ -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.
|
|
|
|
|