diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-08 14:26:00 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-08 14:26:00 +0000 |
commit | 052f95041c6d740b41b8806ef527de116b9bb541 (patch) | |
tree | e058100972660277649bffb16fc2a50d72bf372e | |
parent | 362c58d60903f31feaadc9af25b20776f77b2300 (diff) | |
download | aports-052f95041c6d740b41b8806ef527de116b9bb541.tar.bz2 aports-052f95041c6d740b41b8806ef527de116b9bb541.tar.xz |
testing/virtualgl: enable build on ppc64le
-rw-r--r-- | testing/virtualgl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/virtualgl/APKBUILD b/testing/virtualgl/APKBUILD index bd242ee846..7660dac8fb 100644 --- a/testing/virtualgl/APKBUILD +++ b/testing/virtualgl/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.5.1 pkgrel=2 pkgdesc="VirtualGL is a toolkit to run remote OpenGL applications with full 3D hardware acceleration." url="http://www.virtualgl.org" -arch="x86_64" +arch="x86_64 ppc64le" license="LGPL" depends="" depends_dev="" |