diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-04-11 19:46:13 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-04-11 19:46:13 -0500 |
commit | f752306383204cf6fd117b4839da87f4ea530390 (patch) | |
tree | 0a0f08128cb4ab6d3e26dc573624841b98c623e7 /community/virtualgl | |
parent | cdb4953fed0ade2ad8f6f6156411eac1eecd2e82 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/virtualgl')
-rw-r--r-- | community/virtualgl/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/virtualgl/PKGBUILD b/community/virtualgl/PKGBUILD index 87dcb047b..991c63681 100644 --- a/community/virtualgl/PKGBUILD +++ b/community/virtualgl/PKGBUILD @@ -6,7 +6,7 @@ pkgname=virtualgl pkgver=2.3.2 pkgrel=2 pkgdesc="Redirects 3D commands from an OpenGL application onto a server-side 3D graphics card" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://virtualgl.org" license=('LGPL') depends=('libxv' 'glu' 'turbojpeg') |