File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -40,3 +40,9 @@ patchelf --force-rpath --set-rpath '$$ORIGIN/../..' $1/plugins/platforms/libqway
4040
4141cp $2 /plugins/platforms/libqxcb.so $1 /plugins/platforms/libqxcb.so
4242patchelf --force-rpath --set-rpath ' $$ORIGIN/../..' $1 /plugins/platforms/libqxcb.so
43+
44+ cp $2 /plugins/xcbglintegrations/libqxcb-egl-integration.so $1 /plugins/xcbglintegrations/libqxcb-egl-integration.so
45+ patchelf --force-rpath --set-rpath ' $$ORIGIN/../..' $1 /plugins/xcbglintegrations/libqxcb-egl-integration.so
46+
47+ cp $2 /plugins/xcbglintegrations/libqxcb-glx-integration.so $1 /plugins/xcbglintegrations/libqxcb-glx-integration.so
48+ patchelf --force-rpath --set-rpath ' $$ORIGIN/../..' $1 /plugins/xcbglintegrations/libqxcb-glx-integration.so
You can’t perform that action at this time.
0 commit comments