diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-06-25 17:28:38 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-06-25 17:28:38 +0200 |
commit | 79a197d1bf93073b46dc50c9df1f8e7a60e4bde8 (patch) | |
tree | 18d69f7c9d4edd569a803ed83c6dc651009438a2 | |
parent | 6e2a82ef255afa9abdaa7529a5bca14c8f4d7959 (diff) |
Unarch bumblebee-libre: needs an NVIDIA GPU.
-rw-r--r-- | libre/bumblebee-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/bumblebee-libre/PKGBUILD b/libre/bumblebee-libre/PKGBUILD index c52f3e673..3f43d26c9 100644 --- a/libre/bumblebee-libre/PKGBUILD +++ b/libre/bumblebee-libre/PKGBUILD @@ -6,7 +6,7 @@ pkgname=bumblebee-libre pkgver=3.2.1 pkgrel=3 pkgdesc="NVIDIA Optimus support for GNU/Linux through VirtualGL, without nonfree nvidia driver support" -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') depends=('virtualgl' 'glib2' 'mesa-libgl') makedepends=('help2man') optdepends=('xf86-video-nouveau: nouveau driver' |