summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2013-12-17 11:13:00 +1000
committerDave Airlie <airlied@redhat.com>2013-12-17 11:13:00 +1000
commit6b277749401b65c048f4bed98efa00382512721f (patch)
tree39c660ee8ae4e0d1c992ab174df5ec9c51f31068
parentddf49f2d51bb65038396d28afb00170a6cead15c (diff)
downloadmesa-6b277749401b65c048f4bed98efa00382512721f.tar.gz
mesa-6b277749401b65c048f4bed98efa00382512721f.tar.xz
mesa-6b277749401b65c048f4bed98efa00382512721f.zip
don't build aarch64 with hardware for now
-rw-r--r--mesa.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/mesa.spec b/mesa.spec
index aecbc90..97b27df 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -27,7 +27,7 @@
%define with_llvm 1
%endif
-%ifarch s390 s390x
+%ifarch s390 s390x aarch64
%define with_hardware 0
%ifarch s390
%define base_drivers swrast
@@ -54,7 +54,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 10.0
-Release: 2.%{gitdate}%{?dist}
+Release: 3.%{gitdate}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@@ -596,6 +596,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%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
- add software driver copy_sub_buffer support from upstream