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

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1231
This commit is contained in:
Stefan Dirsch 2023-09-21 10:28:06 +00:00 committed by Git OBS Bridge
parent 44dd457278
commit 1a33fedd78
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 21 10:26:36 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- 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 <sndirsch@suse.com>

View File

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