mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 11:06:25 +00:00
Enable renderonly support for i.MX SoC (rhbz #1424714)
This commit is contained in:
parent
dbe06c1abe
commit
ce6b1f6fe6
1 changed files with 6 additions and 2 deletions
|
@ -59,7 +59,7 @@
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Version: 17.1.0
|
Version: 17.1.0
|
||||||
Release: 0.2%{?rctag:.%{rctag}}%{?dist}
|
Release: 0.3%{?rctag:.%{rctag}}%{?dist}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -421,7 +421,7 @@ export LDFLAGS="-static-libstdc++"
|
||||||
%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,}%{?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
|
||||||
|
@ -632,6 +632,7 @@ popd
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?with_etnaviv}
|
%if 0%{?with_etnaviv}
|
||||||
%{_libdir}/dri/etnaviv_dri.so
|
%{_libdir}/dri/etnaviv_dri.so
|
||||||
|
%{_libdir}/dri/imx-drm_dri.so
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/dri/nouveau_dri.so
|
%{_libdir}/dri/nouveau_dri.so
|
||||||
%if 0%{?with_vmware}
|
%if 0%{?with_vmware}
|
||||||
|
@ -685,6 +686,9 @@ popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 28 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.1.0-0.3.rc2
|
||||||
|
- Enable renderonly support for i.MX SoC (rhbz #1424714)
|
||||||
|
|
||||||
* Mon Apr 24 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.1.0-0.2.rc2
|
* Mon Apr 24 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.1.0-0.2.rc2
|
||||||
- Update to 17.1.0-rc2
|
- Update to 17.1.0-rc2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue