diff options
author | Yury Usishchev <y.usishchev@samsung.com> | 2014-08-12 13:19:21 +0400 |
---|---|---|
committer | Quanxian Wang <quanxian.wang@intel.com> | 2014-09-24 10:59:56 +0800 |
commit | 3dbdba889cc9aea273998b262f15fe39fa504bee (patch) | |
tree | c19f146d13a9a6dcebbc27c78e40053ed0165c5d | |
parent | 64ddec318c11e0033a53348867bb1cc74f51e244 (diff) | |
download | mesa-3dbdba889cc9aea273998b262f15fe39fa504bee.tar.gz mesa-3dbdba889cc9aea273998b262f15fe39fa504bee.tar.bz2 mesa-3dbdba889cc9aea273998b262f15fe39fa504bee.zip |
Fix AArch64 buld
Specify drivers for AArch64
Change-Id: I359e223d9ea61bba8e8b369b6bdecb597c0da3d7
Signed-off-by: Yury Usishchev <y.usishchev@samsung.com>
-rw-r--r-- | packaging/mesa.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/mesa.spec b/packaging/mesa.spec index fc5ee70eb57..5eee0648d22 100644 --- a/packaging/mesa.spec +++ b/packaging/mesa.spec @@ -312,7 +312,7 @@ autoreconf -fi --with-dri-drivers=i915,i965,swrast \ --with-gallium-drivers="i915,svga,swrast" \ %endif -%ifarch %arm +%ifarch %arm aarch64 --with-dri-drivers=swrast \ --with-gallium-drivers="" \ %endif |