Skip to content

Commit

Permalink
Merge pull request #1117 from mariux64/fix-nvidia-glx-provider
Browse files Browse the repository at this point in the history
Fix nvidia glx provider
  • Loading branch information
david authored May 22, 2019
2 parents 27fa520 + 4e1956c commit b990311
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions nvidia_current-418.56-0.bee → nvidia_current-418.56-1.bee
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ mee_install() {
NVDRV="nvidia_drv.so"

NVBIN=( \
"nvidia-cuda-mps-control" \
"nvidia-modprobe" \
"nvidia-persistenced" \
"nvidia-settings" \
"nvidia-xconfig" \
"nvidia-smi" \
"nvidia-modprobe" \
"nvidia-xconfig" \
)

for i in lib*.so.$PKGVERSION; do
Expand All @@ -58,6 +60,11 @@ mee_install() {
fi
done

# libglxserver_nvidia.so should reside in /usr/lib/xorg/modules/extensions,
# here we cheat away and stay in line with the /node/usr_share_mxgfx mechanism.
# Additional note: don't put/link libglx.so into /usr/lib.
ln -sv libglxserver_nvidia.so.$PKGVERSION ${D}${LIBDIR}/libglx.so

echo "installing ${NVDRV} as drivers/$(basename ${NVDRV})";
install -c -v ${NVDRV} ${D}${PREFIX}/drivers

Expand Down

0 comments on commit b990311

Please sign in to comment.