Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Commit

Permalink
bumblebee-git: make virtualgl optional
Browse files Browse the repository at this point in the history
primus works as good, do not hard-depend on virtualgl.
  • Loading branch information
Lekensteyn committed Dec 14, 2014
1 parent 94dd250 commit 0b45046
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bumblebee-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ pkgname=bumblebee-git
_gitname=bumblebee
pkgver=3.2.1.r14.b506a03
pkgrel=1
pkgdesc="Develop branch of Bumblebee. Optimus Support for Linux Through VirtualGL. You need to install proper drivers separately. Can be used with Nouveau or Nvidia"
pkgdesc="NVIDIA Optimus support for Linux through VirtualGL or primus"
arch=('i686' 'x86_64')
depends=('virtualgl' 'glib2' 'mesa-libgl')
depends=('glib2' 'mesa-libgl')
makedepends=('git' 'help2man')
optdepends=('bbswitch: switch on/off discrete card'
'xf86-video-nouveau: Nouveau driver'
'nouveau-dri: 3D acceleration features fo Nouveau'
'nvidia: NVIDIA kernel driver'
'nvidia-340xx: NVIDIA kernel driver for older devices'
'nvidia-304xx: NVIDIA kernel driver for even older devices'
'virtualgl: oldest back-end for optirun'
'primus: faster back-end for optirun')
if [ "$CARCH" = "x86_64" ]; then
optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications with optirun'
Expand Down
1 change: 1 addition & 0 deletions bumblebee-git/bumblebee.install
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
_notice() {
echo "For optirun to work, you need to install at least virtualgl or primus"
echo "Don't forget to add yourself to the 'bumblebee' group to use Bumblebee"
}

Expand Down

0 comments on commit 0b45046

Please sign in to comment.