mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 11:06:25 +00:00
Re-enable llvm on ppc, being worked on
- Don't BuildReq on wayland things in RHEL
This commit is contained in:
parent
2844958418
commit
ee01f24799
1 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
%define dri_drivers --with-dri-drivers=swrast
|
%define dri_drivers --with-dri-drivers=swrast
|
||||||
%else
|
%else
|
||||||
# llvm is a joke on non-x86
|
# llvm is a joke on non-x86
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64 ppc ppc64 ppc64p7
|
||||||
%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.1
|
Version: 8.1
|
||||||
Release: 0.13%{?dist}
|
Release: 0.14%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -565,7 +565,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jul 24 2012 Adam Jackson <ajax@redhat.com>
|
* Tue Jul 24 2012 Adam Jackson <ajax@redhat.com> 8.1-0.14
|
||||||
|
- Re-enable llvm on ppc, being worked on
|
||||||
- Don't BuildReq on wayland things in RHEL
|
- Don't BuildReq on wayland things in RHEL
|
||||||
|
|
||||||
* Mon Jul 23 2012 Adam Jackson <ajax@redhat.com> 8.1-0.13
|
* Mon Jul 23 2012 Adam Jackson <ajax@redhat.com> 8.1-0.13
|
||||||
|
|
Loading…
Reference in a new issue