opengl: Accidental double suffix on VirtualGL preload lib
This commit is contained in:
@@ -213,7 +213,7 @@ VGL_patch() {
|
|||||||
# VGL version may need fixing up to ensure libglfaker.so gets loaded at the start
|
# VGL version may need fixing up to ensure libglfaker.so gets loaded at the start
|
||||||
printf 'Wrapping and patching for VirtualGL: %q\n' "$file" >&2
|
printf 'Wrapping and patching for VirtualGL: %q\n' "$file" >&2
|
||||||
cp -a "$file" "${file%/*}/.${file##*/}.vgl-yes"
|
cp -a "$file" "${file%/*}/.${file##*/}.vgl-yes"
|
||||||
VGL_elfFilterLibsS "${file%/*}/.${file##*/}.vgl-yes" 'VGL_testSuffixNoneS '"$(VGL_quote '[[ $1 =~ ^(.*/)?libvglfaker.so ]]')"' @virtualglLib@/lib/libvglfaker.so'
|
VGL_elfFilterLibsS "${file%/*}/.${file##*/}.vgl-yes" 'VGL_testSuffixNoneS '"$(VGL_quote '[[ $1 =~ ^(.*/)?libvglfaker.so ]]')"' @virtualglLib@'
|
||||||
|
|
||||||
# Non-VGL is fine as we link it against mesa_glxgallium
|
# Non-VGL is fine as we link it against mesa_glxgallium
|
||||||
mv "$file" "${file%/*}/.${file##*/}.vgl-no"
|
mv "$file" "${file%/*}/.${file##*/}.vgl-no"
|
||||||
|
|||||||
Reference in New Issue
Block a user