mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 11:06:25 +00:00
disable HW on PPC on Fedora similar to RHEL
This commit is contained in:
parent
41c41c0e31
commit
bfa3a88ca1
1 changed files with 6 additions and 6 deletions
12
mesa.spec
12
mesa.spec
|
@ -1,9 +1,6 @@
|
||||||
%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
|
# S390 doesn't have video cards, but we need swrast for xserver's GLX
|
||||||
%ifarch s390 s390x %{?rhel_no_hw_arches}
|
# disable hw on PPC, too as only very special configurations have video cards
|
||||||
|
%ifarch s390 s390x ppc ppp64
|
||||||
%define with_hardware 0
|
%define with_hardware 0
|
||||||
%define dri_drivers --with-dri-drivers=swrast
|
%define dri_drivers --with-dri-drivers=swrast
|
||||||
%else
|
%else
|
||||||
|
@ -32,7 +29,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 8.0.2
|
Version: 8.0.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -562,6 +559,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 03 2012 Karsten Hopp <karsten@redhat.com> 8.0.2-5
|
||||||
|
- disable HW on PPC, this also disables LLVM usage and dri drivers
|
||||||
|
|
||||||
* Thu Apr 26 2012 Adam Jackson <ajax@redhat.com> 8.0.2-4
|
* Thu Apr 26 2012 Adam Jackson <ajax@redhat.com> 8.0.2-4
|
||||||
- Don't build vmware stuff on PPC (#815444)
|
- Don't build vmware stuff on PPC (#815444)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue