fix zink loading in places it shouldn't.
This commit is contained in:
parent
ab645f4610
commit
bdab9e87df
@ -52,7 +52,7 @@ Name: mesa
|
|||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
%global ver 21.0.1
|
%global ver 21.0.1
|
||||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
|
||||||
@ -65,6 +65,8 @@ Source1: Mesa-MLAA-License-Clarification-Email.txt
|
|||||||
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/4442
|
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/4442
|
||||||
Patch0: mesa-llvm12.patch
|
Patch0: mesa-llvm12.patch
|
||||||
|
|
||||||
|
Patch1: 0001-drisw-move-zink-down-the-list-below-the-sw-drivers.patch
|
||||||
|
|
||||||
BuildRequires: meson >= 0.45
|
BuildRequires: meson >= 0.45
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -598,6 +600,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 25 2021 Dave Airlie <airlied@redhat.com> - 21.0.1-2
|
||||||
|
- fix zink loading in places it shouldn't.
|
||||||
|
|
||||||
* Wed Mar 24 2021 Pete Walter <pwalter@fedoraproject.org> - 21.0.1-1
|
* Wed Mar 24 2021 Pete Walter <pwalter@fedoraproject.org> - 21.0.1-1
|
||||||
- Update to 21.0.1
|
- Update to 21.0.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user