mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Add the s390x patch only for the s390x package
This patch caused a regression in little endian architectures. Apply the patch conditionally as a workaround until a proper fix is available. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2294628 Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2294651
This commit is contained in:
parent
f96df85e90
commit
11c1dc3208
1 changed files with 2 additions and 0 deletions
|
@ -77,7 +77,9 @@ Source0: https://archive.mesa3d.org/mesa-%{ver}.tar.xz
|
|||
Source1: Mesa-MLAA-License-Clarification-Email.txt
|
||||
|
||||
Patch: gnome-shell-glthread-disable.patch
|
||||
%ifarch s390x
|
||||
Patch: fix-egl-on-s390x.patch
|
||||
%endif
|
||||
|
||||
BuildRequires: meson >= 1.3.0
|
||||
BuildRequires: gcc
|
||||
|
|
Loading…
Reference in a new issue