summaryrefslogtreecommitdiff
path: root/testing/mesa/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mesa/PKGBUILD')
-rw-r--r--testing/mesa/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mesa/PKGBUILD b/testing/mesa/PKGBUILD
index 6ffa54f19..ac273f493 100644
--- a/testing/mesa/PKGBUILD
+++ b/testing/mesa/PKGBUILD
@@ -14,7 +14,7 @@ if [ "${_git}" = "true" ]; then
pkgver=7.10.2
fi
pkgrel=1
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
makedepends=('glproto>=1.4.12' 'pkgconfig' 'libdrm>=2.4.25' 'libxxf86vm>=1.1.1' 'libxdamage>=1.1.3' 'expat>=2.0.1' 'libx11>=1.4.3' 'libxt>=1.1.1'
'gcc-libs>=4.5' 'dri2proto=2.3' 'python2' 'libxml2' 'imake')
url="http://mesa3d.sourceforge.net"