SHA256
1
0
forked from pool/Mesa

- apply patches below to get GL on s390x working again only on

s390x, because they break colors during YaST installation
  also on x86_64 platform (QT/GTK using GL backend?) (boo#1226725)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1309
This commit is contained in:
Stefan Dirsch 2024-06-27 09:00:28 +00:00 committed by Git OBS Bridge
parent 7d2faa24c2
commit 43ec8d3aa1
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jun 27 08:55:00 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- apply patches below to get GL on s390x working again only on
s390x, because they break colors during YaST installation
also on x86_64 platform (QT/GTK using GL backend?) (boo#1226725)
-------------------------------------------------------------------
Wed Jun 26 08:27:46 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -840,9 +840,11 @@ cp %{SOURCE6} subprojects/packagecache/
%patch -P 58 -p1
%patch -P 100 -p1
%patch -P 400 -p1
%ifarch s390x
%patch -P 500 -p1
%patch -P 501 -p1
%patch -P 502 -p1
%endif
# Remove requires to vulkan libs from baselibs.conf on platforms
# where vulkan build is disabled; ugly ...