mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
disable llvm on PPC(64) in Fedora as recommended in bugzilla 769803
This commit is contained in:
parent
5e377e725c
commit
7b0f0bfa65
1 changed files with 6 additions and 7 deletions
13
mesa.spec
13
mesa.spec
|
@ -1,9 +1,5 @@
|
|||
%if 0%{?rhel}
|
||||
%define rhel_no_hw_arches ppc ppc64
|
||||
%endif
|
||||
|
||||
# S390 doesn't have video cards, but we need swrast for xserver's GLX
|
||||
%ifarch s390 s390x %{?rhel_no_hw_arches}
|
||||
# S390/PPC doesn't have video cards, but we need swrast for xserver's GLX
|
||||
%ifarch s390 s390x ppc ppc64
|
||||
%define with_hardware 0
|
||||
%define dri_drivers --with-dri-drivers=swrast
|
||||
%else
|
||||
|
@ -30,7 +26,7 @@
|
|||
Summary: Mesa graphics libraries
|
||||
Name: mesa
|
||||
Version: 8.0.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mesa3d.org
|
||||
|
@ -554,6 +550,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Apr 24 2012 Karsten Hopp <karsten@redhat.com> 8.0.2-4
|
||||
- disable llvm in Fedora as recommended in bugzilla 769803
|
||||
|
||||
* Tue Apr 10 2012 Adam Jackson <ajax@redhat.com> 8.0.2-3
|
||||
- Require newer libX11 on F17+
|
||||
|
||||
|
|
Loading…
Reference in a new issue