summaryrefslogtreecommitdiff
path: root/libre/bumblebee-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-08 22:57:15 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-08 22:57:15 -0300
commit7d8637474118fea4215487d42a7a4c237db16a20 (patch)
tree3d5b951b93238293ddd0183adb8d0b6acd85416b /libre/bumblebee-libre
parent1ba29d20b62bd022a3a16d0dca52879986302407 (diff)
bumblebee-libre-3.1-6: updating revision
* Add suggestion from https://bugs.archlinux.org/task/34634
Diffstat (limited to 'libre/bumblebee-libre')
-rw-r--r--libre/bumblebee-libre/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/libre/bumblebee-libre/PKGBUILD b/libre/bumblebee-libre/PKGBUILD
index aff067a94..3df5ae948 100644
--- a/libre/bumblebee-libre/PKGBUILD
+++ b/libre/bumblebee-libre/PKGBUILD
@@ -4,10 +4,11 @@
_pkgname=bumblebee
pkgname=bumblebee-libre
pkgver=3.1
-pkgrel=5.1
+pkgrel=6
pkgdesc="NVIDIA Optimus support for GNU/Linux through VirtualGL, without nonfree nvidia driver support"
arch=('i686' 'x86_64')
-depends=('virtualgl' 'libbsd' 'glib2' 'mesa-libgl')
+depends=('virtualgl' 'glib2' 'mesa-libgl')
+makedepends=('help2man')
optdepends=('xf86-video-nouveau: nouveau driver'
'nouveau-dri: 3D acceleration features of nouveau'
'bbswitch: switch on/off discrete card'
@@ -42,7 +43,8 @@ build() {
./configure \
CONF_DRIVER=nouveau \
--prefix=/usr \
- --sysconfdir=/etc
+ --sysconfdir=/etc \
+ --without-pidfile
make
}