|
|
|
@ -18,8 +18,8 @@ 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
|
|
|
|
|
# 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
|
|
|
|
|