Build aarch64 options the same as ARMv7, Fix PPC conditionals
This commit is contained in:
parent
dbe5a2835d
commit
7526e1bbd7
26
mesa.spec
26
mesa.spec
@ -12,8 +12,7 @@
|
|||||||
%endif
|
%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
|
||||||
# llvm (and thus llvmpipe) doesn't actually work on ppc32 or s390
|
# llvm (and thus llvmpipe) doesn't actually work on ppc32
|
||||||
|
|
||||||
%ifnarch s390 ppc
|
%ifnarch s390 ppc
|
||||||
%define with_llvm 1
|
%define with_llvm 1
|
||||||
%endif
|
%endif
|
||||||
@ -23,18 +22,11 @@
|
|||||||
%define with_radeonsi 1
|
%define with_radeonsi 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch %{arm}
|
%ifarch s390 s390x ppc64le ppc
|
||||||
%define with_freedreno 1
|
|
||||||
%define with_xa 1
|
|
||||||
%define with_omx 1
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%ifarch s390 s390x ppc64le
|
|
||||||
%define with_hardware 0
|
%define with_hardware 0
|
||||||
%ifarch s390 ppc64le
|
|
||||||
%define base_drivers swrast
|
%define base_drivers swrast
|
||||||
%endif
|
%endif
|
||||||
%else
|
%ifnarch s390 s390x ppc64le ppc
|
||||||
%define with_hardware 1
|
%define with_hardware 1
|
||||||
%define base_drivers nouveau,radeon,r200
|
%define base_drivers nouveau,radeon,r200
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
@ -44,8 +36,10 @@
|
|||||||
%define with_opencl 1
|
%define with_opencl 1
|
||||||
%define with_omx 1
|
%define with_omx 1
|
||||||
%endif
|
%endif
|
||||||
%ifarch ppc ppc64le
|
%ifarch %{arm} aarch64
|
||||||
%define platform_drivers ,swrast
|
%define with_freedreno 1
|
||||||
|
%define with_xa 1
|
||||||
|
%define with_omx 1
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -59,7 +53,7 @@
|
|||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 10.2.2
|
Version: 10.2.2
|
||||||
Release: 3.%{gitdate}%{?dist}
|
Release: 4.%{gitdate}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
@ -683,6 +677,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 7 2014 Peter Robinson <pbrobinson@fedoraproject.org> 10.2.2-4.20140625
|
||||||
|
- Build aarch64 options the same as ARMv7
|
||||||
|
- Fix PPC conditionals
|
||||||
|
|
||||||
* Fri Jul 04 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2.2-3.20140625
|
* Fri Jul 04 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2.2-3.20140625
|
||||||
- Fix up intelInitScreen2 for DRI3 (RHBZ #1115323) (patch from drago01)
|
- Fix up intelInitScreen2 for DRI3 (RHBZ #1115323) (patch from drago01)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user