diff --git a/Mesa.changes b/Mesa.changes index ed8dcdf..0dba396 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 21 10:26:36 UTC 2023 - Stefan Dirsch + +- disable nine on arm/aarch64 in the hope to fix build on this + platform; there is no need for Direct3D/Wine for arm/aarch64 + anyway ... + ------------------------------------------------------------------- Thu Sep 21 08:05:24 UTC 2023 - Stefan Dirsch diff --git a/Mesa.spec b/Mesa.spec index 19c90d7..3fbfb86 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -64,7 +64,7 @@ %define vdpau_virtio_gpu 1 %endif -%ifarch %{ix86} x86_64 %{arm} aarch64 +%ifarch %{ix86} x86_64 %define with_nine 1 %endif