bumblebee: set correct MODPATH_NVIDIA after libglvnd switch
This commit is contained in:
parent
a03f5e84ae
commit
8521284107
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'bumblebee'
|
||||
pkgname=bumblebee
|
||||
version=3.2.1
|
||||
revision=7
|
||||
revision=8
|
||||
archs="i686 x86_64"
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
CONF_DRIVER_MODULE_NVIDIA=nvidia
|
||||
CONF_LDPATH_NVIDIA=/usr/lib
|
||||
CONF_MODPATH_NVIDIA=/usr/lib/xorg/modules
|
||||
CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg,/usr/lib/xorg/modules
|
||||
--with-udev-rules=/usr/lib/udev/rules.d/
|
||||
--without-pidfile"
|
||||
conf_files="
|
||||
|
|
Loading…
Reference in a new issue