From c3e58ce110f1b9f49de08fe8d87fb3de44dd833b Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 15 Jun 2018 12:57:57 -0400 Subject: [PATCH] hah, no tegra in 18.0 --- mesa.spec | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/mesa.spec b/mesa.spec index a75d05b..0a6e63a 100644 --- a/mesa.spec +++ b/mesa.spec @@ -34,7 +34,6 @@ %ifarch %{arm} aarch64 %define with_etnaviv 1 %define with_freedreno 1 -%define with_tegra 1 %define with_vc4 1 %define with_xa 1 %endif @@ -419,7 +418,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_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 --with-gallium-drivers=%{?with_llvm:swrast,}virgl \ %endif @@ -629,9 +628,6 @@ 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 @@ -667,9 +663,6 @@ popd %{_libdir}/vdpau/libvdpau_radeonsi.so.1* %endif %endif -%if 0%{?with_tegra} -%{_libdir}/vdpau/libvdpau_tegra.so.1* -%endif %endif %endif @@ -692,7 +685,6 @@ popd %changelog * Fri Jun 15 2018 Adam Jackson - 18.0.5-1 - Mesa 18.0.5 -- Build tegra too * Thu Jun 14 2018 Adam Jackson - 18.0.3-2 - Change the name of the fallback GLX library