diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-28 12:54:09 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-28 12:54:09 +0100 |
commit | c0e37a8f32f335c12352f23cdc73113099e057ec (patch) | |
tree | c084750d39e32b83fa630f868045f75ade3bb254 /extra/xf86-video-vesa | |
parent | 7cd4823a20b85a5e516ae51fc04a4d1b72b5d0b9 (diff) |
Don't build X video drivers not known to be used with supported mips64el devices.
Diffstat (limited to 'extra/xf86-video-vesa')
-rw-r--r-- | extra/xf86-video-vesa/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/xf86-video-vesa/PKGBUILD b/extra/xf86-video-vesa/PKGBUILD index c4f795970..91d85103c 100644 --- a/extra/xf86-video-vesa/PKGBUILD +++ b/extra/xf86-video-vesa/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xf86-video-vesa pkgver=2.3.0 pkgrel=7 pkgdesc="X.org vesa video driver" -arch=(i686 x86_64 'mips64el') +arch=(i686 x86_64) license=('custom') url="http://xorg.freedesktop.org/" depends=('glibc') |