SHA256
1
0
forked from pool/Mesa

Accepting request 1185249 from home:hsk17:branches:X11:XOrg

for Leap 15.6, building Mesa and Mesa-drivers succeeds if gcc-13 is used

OBS-URL: https://build.opensuse.org/request/show/1185249
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1313
This commit is contained in:
Stefan Dirsch 2024-07-04 09:46:16 +00:00 committed by Git OBS Bridge
parent 8600f3c8cd
commit 5f5abef2fc

View File

@ -195,7 +195,7 @@ BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: flex
%if 0%{?sle_version} >= 150400
BuildRequires: gcc12-c++
BuildRequires: gcc13-c++
%else
BuildRequires: gcc-c++
%endif
@ -859,8 +859,8 @@ grep -v -i vulkan "%{_sourcedir}/baselibs.conf" >"%{_sourcedir}/temp" && \
%limit_build -m 1024
%endif
%if 0%{?sle_version} >= 150400
export CC=gcc-12
export CXX=g++-12
export CC=gcc-13
export CXX=g++-13
%endif
egl_platforms=x11,wayland