mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-25 01:45:29 +00:00
Disable llvm on non-x86 (#829202)
This commit is contained in:
parent
0f9a254fdc
commit
570b7c6d25
1 changed files with 6 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
||||||
%define with_hardware 0
|
%define with_hardware 0
|
||||||
%define dri_drivers --with-dri-drivers=swrast
|
%define dri_drivers --with-dri-drivers=swrast
|
||||||
%else
|
%else
|
||||||
# llvm has some serious issues on PPC*, disable usage
|
# llvm is a joke on non-x86
|
||||||
%ifnarch ppc ppc64 ppc64p7
|
%ifarch %{ix86} x86_64
|
||||||
%define with_llvm 1
|
%define with_llvm 1
|
||||||
%endif
|
%endif
|
||||||
%define with_hardware 1
|
%define with_hardware 1
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 8.0.3
|
Version: 8.0.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -568,6 +568,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 07 2012 Adam Jackson <ajax@redhat.com> 8.0.3-2
|
||||||
|
- Disable llvm on non-x86 (#829202)
|
||||||
|
|
||||||
* Wed May 23 2012 Adam Jackson <ajax@redhat.com> 8.0.3-1
|
* Wed May 23 2012 Adam Jackson <ajax@redhat.com> 8.0.3-1
|
||||||
- Mesa 8.0.3
|
- Mesa 8.0.3
|
||||||
- 0001-intel-fix-null-dereference-processing-HiZ-buffer.patch: Drop, merged.
|
- 0001-intel-fix-null-dereference-processing-HiZ-buffer.patch: Drop, merged.
|
||||||
|
|
Loading…
Reference in a new issue