summaryrefslogtreecommitdiff
path: root/x11-misc/bumblebee/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/bumblebee/files')
-rw-r--r--x11-misc/bumblebee/files/bumblebee.initd3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/bumblebee/files/bumblebee.initd b/x11-misc/bumblebee/files/bumblebee.initd
index 219f7101..0d639842 100644
--- a/x11-misc/bumblebee/files/bumblebee.initd
+++ b/x11-misc/bumblebee/files/bumblebee.initd
@@ -3,7 +3,8 @@
# Distributed under the terms of the GNU General Public License v2
depend() {
- need xdm vgl
+ need bbswitch-setup
+ before xdm
}
PIDFILE="${PIDFILE:-/var/run/bumblebee.pid}"