mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
Merge branch 'master' into f20
This commit is contained in:
commit
4077056057
1 changed files with 7 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 10.1
|
Version: 10.1
|
||||||
Release: 5.%{gitdate}%{?dist}
|
Release: 6.%{gitdate}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -390,6 +390,9 @@ export CXXFLAGS="$RPM_OPT_FLAGS %{?with_opencl:-frtti -fexceptions} %{!?with_ope
|
||||||
--with-gallium-drivers=%{?with_vmware:svga,}%{?with_radeonsi:radeonsi,}%{?with_llvm:swrast,r600,}%{?with_freedreno:freedreno,}r300,nouveau \
|
--with-gallium-drivers=%{?with_vmware:svga,}%{?with_radeonsi:radeonsi,}%{?with_llvm:swrast,r600,}%{?with_freedreno:freedreno,}r300,nouveau \
|
||||||
%else
|
%else
|
||||||
--with-gallium-drivers=%{?with_llvm:swrast} \
|
--with-gallium-drivers=%{?with_llvm:swrast} \
|
||||||
|
%endif
|
||||||
|
%if 0%{?fedora} < 21
|
||||||
|
--disable-dri3
|
||||||
%endif
|
%endif
|
||||||
%{?dri_drivers}
|
%{?dri_drivers}
|
||||||
|
|
||||||
|
@ -642,6 +645,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 15 2014 Adam Jackson <ajax@redhat.com> 10.1-6.20140305
|
||||||
|
- Disable DRI3 in F20, it requires libxcb bits we haven't backported.
|
||||||
|
|
||||||
* Wed Mar 26 2014 Adam Jackson <ajax@redhat.com> 10.1-5.20140305
|
* Wed Mar 26 2014 Adam Jackson <ajax@redhat.com> 10.1-5.20140305
|
||||||
- Initial ppc64le enablement (no hardware drivers or vdpau yet)
|
- Initial ppc64le enablement (no hardware drivers or vdpau yet)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue