summaryrefslogtreecommitdiff
path: root/extra/xf86-video-nouveau
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-28 12:54:09 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-28 12:54:09 +0100
commitc0e37a8f32f335c12352f23cdc73113099e057ec (patch)
treec084750d39e32b83fa630f868045f75ade3bb254 /extra/xf86-video-nouveau
parent7cd4823a20b85a5e516ae51fc04a4d1b72b5d0b9 (diff)
Don't build X video drivers not known to be used with supported mips64el devices.
Diffstat (limited to 'extra/xf86-video-nouveau')
-rw-r--r--extra/xf86-video-nouveau/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/xf86-video-nouveau/PKGBUILD b/extra/xf86-video-nouveau/PKGBUILD
index 265ba60ca..f08fb5823 100644
--- a/extra/xf86-video-nouveau/PKGBUILD
+++ b/extra/xf86-video-nouveau/PKGBUILD
@@ -7,7 +7,7 @@ _gitdate=20120106
pkgver=0.0.16_git${_gitdate} # see configure.ac
pkgrel=1
pkgdesc="Open Source 3D acceleration driver for nVidia cards (experimental)"
-arch=('i686' 'x86_64' 'mips64el')
+arch=('i686' 'x86_64')
url="http://nouveau.freedesktop.org/wiki/"
license=('GPL') #and MIT, not yet a license file, see http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4e
depends=('libdrm' 'udev')