mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Mesa 18.0.5
Build tegra too
This commit is contained in:
parent
2a5c4c13a0
commit
4c1b3de3c9
2 changed files with 15 additions and 4 deletions
17
mesa.spec
17
mesa.spec
|
@ -34,6 +34,7 @@
|
|||
%ifarch %{arm} aarch64
|
||||
%define with_etnaviv 1
|
||||
%define with_freedreno 1
|
||||
%define with_tegra 1
|
||||
%define with_vc4 1
|
||||
%define with_xa 1
|
||||
%endif
|
||||
|
@ -56,8 +57,8 @@
|
|||
|
||||
Name: mesa
|
||||
Summary: Mesa graphics libraries
|
||||
Version: 18.0.3
|
||||
Release: 2%{?rctag:.%{rctag}}%{?dist}
|
||||
Version: 18.0.5
|
||||
Release: 1%{?rctag:.%{rctag}}%{?dist}
|
||||
|
||||
License: MIT
|
||||
URL: http://www.mesa3d.org
|
||||
|
@ -416,7 +417,7 @@ autoreconf -vfi
|
|||
%if %{with_hardware}
|
||||
%{?with_xa:--enable-xa} \
|
||||
%{?with_nine:--enable-nine} \
|
||||
--with-gallium-drivers=%{?with_vmware:svga,}%{?with_radeonsi:radeonsi,}%{?with_llvm:swrast,r600,}%{?with_freedreno:freedreno,}%{?with_etnaviv:etnaviv,imx,}%{?with_vc4:vc4,}virgl,r300,nouveau \
|
||||
--with-gallium-drivers=%{?with_vmware:svga,}%{?with_radeonsi:radeonsi,}%{?with_llvm:swrast,r600,}%{?with_freedreno:freedreno,}%{?with_etnaviv:etnaviv,imx,}%{?with_tegra:tegra,}%{?with_vc4:vc4,}virgl,r300,nouveau \
|
||||
%else
|
||||
--with-gallium-drivers=%{?with_llvm:swrast,}virgl \
|
||||
%endif
|
||||
|
@ -626,6 +627,9 @@ popd
|
|||
%{_libdir}/dri/etnaviv_dri.so
|
||||
%{_libdir}/dri/imx-drm_dri.so
|
||||
%endif
|
||||
%if 0%{?with_tegra}
|
||||
%{_libdir}/dri/tegra_dri.so
|
||||
%endif
|
||||
%{_libdir}/dri/nouveau_dri.so
|
||||
%if 0%{?with_vmware}
|
||||
%{_libdir}/dri/vmwgfx_dri.so
|
||||
|
@ -661,6 +665,9 @@ popd
|
|||
%{_libdir}/vdpau/libvdpau_radeonsi.so.1*
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?with_tegra}
|
||||
%{_libdir}/vdpau/libvdpau_tegra.so.1*
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
@ -681,6 +688,10 @@ popd
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jun 15 2018 Adam Jackson <ajax@redhat.com> - 18.0.5-1
|
||||
- Mesa 18.0.5
|
||||
- Build tegra too
|
||||
|
||||
* Thu Jun 14 2018 Adam Jackson <ajax@redhat.com> - 18.0.3-2
|
||||
- Change the name of the fallback GLX library
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (mesa-18.0.3.tar.xz) = 77afdea5508ed4a0ad3cb22fed4f75a32d13d9c88f209226c77f8deb9e45a656fb8c1888e0c6f403a2c03ec402b4fb784db2a1d145706c9da8e2ea530910187f
|
||||
SHA512 (mesa-18.0.5.tar.xz) = 04a9f0abd4936ba09770236cfb1e196cb09c69064e7c61bb29c83f20df223d463d0328b914eeaa426bb0958313901cae54d08e58dc61c75c5ab96f5d858c1a87
|
||||
|
|
Loading…
Reference in a new issue