Skip to content

Commit

Permalink
nvidia_current: provide libglxserver_nvidia module
Browse files Browse the repository at this point in the history
The libglxserver_nvidia.so module is 'normaly' installed under
/usr/lib/xorg/modules/extensions, from there it gets loaded by Xorg.

In our setup we must cheat with the name to stay in line with
our /node/usr_share_mxgfx mechanism. The other driver setups expect
a true libglx.so.
  • Loading branch information
thomas committed May 22, 2019
1 parent 92975a1 commit 5e1f32a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nvidia_current-418.56-1.bee
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,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 5e1f32a

Please sign in to comment.