SHA256
1
0
forked from pool/Mesa

Accepting request 923138 from home:aaronpuchert:llvm-next

- Fix build with LLVM 13:
  * U_gallivm-add-new-wrapper-around-Module.patch
  * U_gallivm-fix-FTBFS-on-i386-with-LLVM-13.patch

OBS-URL: https://build.opensuse.org/request/show/923138
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1061
This commit is contained in:
2021-10-05 01:38:07 +00:00
committed by Git OBS Bridge
parent 5629a239ac
commit 02123a224b
6 changed files with 134 additions and 0 deletions

View File

@@ -132,6 +132,8 @@ Patch2: n_add-Mesa-headers-again.patch
Patch54: n_drirc-disable-rgb10-for-chromium-on-amd.patch
Patch58: u_dep_xcb.patch
Patch100: U_fix-mpeg1_2-decode-mesa-20.2.patch
Patch101: U_gallivm-add-new-wrapper-around-Module.patch
Patch102: U_gallivm-fix-FTBFS-on-i386-with-LLVM-13.patch
BuildRequires: bison
BuildRequires: fdupes
BuildRequires: flex
@@ -765,6 +767,8 @@ rm -rf docs/README.{VMS,WIN32,OS2}
%endif
%patch58 -p1
%patch100 -p1
%patch101 -p1
%patch102 -p1
# Remove requires to vulkan libs from baselibs.conf on platforms
# where vulkan build is disabled; ugly ...