hah, no tegra in 18.0

This commit is contained in:
Adam Jackson 2018-06-15 12:57:57 -04:00
parent da4f9fd2da
commit c3e58ce110

View file

@ -34,7 +34,6 @@
%ifarch %{arm} aarch64 %ifarch %{arm} aarch64
%define with_etnaviv 1 %define with_etnaviv 1
%define with_freedreno 1 %define with_freedreno 1
%define with_tegra 1
%define with_vc4 1 %define with_vc4 1
%define with_xa 1 %define with_xa 1
%endif %endif
@ -419,7 +418,7 @@ autoreconf -vfi
%if %{with_hardware} %if %{with_hardware}
%{?with_xa:--enable-xa} \ %{?with_xa:--enable-xa} \
%{?with_nine:--enable-nine} \ %{?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_tegra:tegra,}%{?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_vc4:vc4,}virgl,r300,nouveau \
%else %else
--with-gallium-drivers=%{?with_llvm:swrast,}virgl \ --with-gallium-drivers=%{?with_llvm:swrast,}virgl \
%endif %endif
@ -629,9 +628,6 @@ popd
%{_libdir}/dri/etnaviv_dri.so %{_libdir}/dri/etnaviv_dri.so
%{_libdir}/dri/imx-drm_dri.so %{_libdir}/dri/imx-drm_dri.so
%endif %endif
%if 0%{?with_tegra}
%{_libdir}/dri/tegra_dri.so
%endif
%{_libdir}/dri/nouveau_dri.so %{_libdir}/dri/nouveau_dri.so
%if 0%{?with_vmware} %if 0%{?with_vmware}
%{_libdir}/dri/vmwgfx_dri.so %{_libdir}/dri/vmwgfx_dri.so
@ -667,9 +663,6 @@ popd
%{_libdir}/vdpau/libvdpau_radeonsi.so.1* %{_libdir}/vdpau/libvdpau_radeonsi.so.1*
%endif %endif
%endif %endif
%if 0%{?with_tegra}
%{_libdir}/vdpau/libvdpau_tegra.so.1*
%endif
%endif %endif
%endif %endif
@ -692,7 +685,6 @@ popd
%changelog %changelog
* Fri Jun 15 2018 Adam Jackson <ajax@redhat.com> - 18.0.5-1 * Fri Jun 15 2018 Adam Jackson <ajax@redhat.com> - 18.0.5-1
- Mesa 18.0.5 - Mesa 18.0.5
- Build tegra too
* Thu Jun 14 2018 Adam Jackson <ajax@redhat.com> - 18.0.3-2 * Thu Jun 14 2018 Adam Jackson <ajax@redhat.com> - 18.0.3-2
- Change the name of the fallback GLX library - Change the name of the fallback GLX library