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