diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-11 12:10:34 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-11 12:10:34 -0300 |
commit | 951244a3e5bdc5f2f029f6550b46e5a06d1bfa26 (patch) | |
tree | c3d8436e968d171893be01f4afdab6e602c10770 /testing/mesa | |
parent | 06c7c4c5ef2c808f288b2a8cd63548a322d66754 (diff) |
Added mips64el arch
Diffstat (limited to 'testing/mesa')
-rw-r--r-- | testing/mesa/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mesa/PKGBUILD b/testing/mesa/PKGBUILD index 5b4bd68c4..bce2a5adb 100644 --- a/testing/mesa/PKGBUILD +++ b/testing/mesa/PKGBUILD @@ -14,7 +14,7 @@ if [ "${_git}" = "true" ]; then pkgver=7.10.2 fi pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=('glproto>=1.4.12' 'pkgconfig' 'libdrm>=2.4.23' 'libxxf86vm>=1.1.0' 'libxdamage>=1.1.3' 'expat>=2.0.1' 'libx11>=1.3.5' 'libxt>=1.0.8' 'gcc-libs>=4.5' 'dri2proto=2.3' 'python2' 'libxml2' 'imake') url="http://mesa3d.sourceforge.net" |