mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-25 01:45:29 +00:00
don't build aarch64 with hardware for now
This commit is contained in:
parent
ddf49f2d51
commit
6b27774940
1 changed files with 5 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
||||||
%define with_llvm 1
|
%define with_llvm 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x aarch64
|
||||||
%define with_hardware 0
|
%define with_hardware 0
|
||||||
%ifarch s390
|
%ifarch s390
|
||||||
%define base_drivers swrast
|
%define base_drivers swrast
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 10.0
|
Version: 10.0
|
||||||
Release: 2.%{gitdate}%{?dist}
|
Release: 3.%{gitdate}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -596,6 +596,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 17 2013 Dave Airlie <airlied@redhat.com> 10.0-3.20131206
|
||||||
|
- don't build aarch64 with hardware for now
|
||||||
|
|
||||||
* Fri Dec 13 2013 Dave Airlie <airlied@redhat.com> 10.0-2.20131206
|
* Fri Dec 13 2013 Dave Airlie <airlied@redhat.com> 10.0-2.20131206
|
||||||
- add software driver copy_sub_buffer support from upstream
|
- add software driver copy_sub_buffer support from upstream
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue