Skip to content

Commit

Permalink
nvidia-mxlinks: Update from version 0.11 to 0.12
Browse files Browse the repository at this point in the history
add new nvidai libs
  • Loading branch information
david authored and pmenzel committed Jan 20, 2020
1 parent 1e148c4 commit 3612433
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion nvidia-mxlinks.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/env beesh

# BEE_VERSION nvidia-mxlinks-0.11-0
# BEE_VERSION nvidia-mxlinks-0.12-0

EXCLUDE=("^/usr/lib/(X11|xorg)(|/modules(|/drivers))$")

Expand All @@ -22,6 +22,16 @@ mee_install() {
"libGLcore.1"
"libnvidia-tls.so.1"
"libXvMCNVIDIA_dynamic.so.1"
"libEGL_nvidia.so.0"
"libGLESv1_CM_nvidia.so.1"
"libGLESv2_nvidia.so.2"
"libGLX_nvidia.so.0"
"libnvidia-allocator.so.1"
"libnvidia-fbc.so.1"
"libnvidia-ifr.so.1"
"libnvidia-opticalflow.so.1"
"libnvoptix.so.1"
"libnvidia-opencl.so.1"
)

for i in ${NVLIBS[@]} ; do
Expand Down

0 comments on commit 3612433

Please sign in to comment.