ci/linux: Delete libwayland-client from AppDir
This library causes issues in Vulkan driver detection. libQt5MultimediaGstTools's dependencies seem to be the issue.
This commit is contained in:
parent
1e67d2b59f
commit
5e27d37edc
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ mkdir -p AppDir/usr/optional/libgcc_s
|
||||||
# Deploy yuzu's needed dependencies
|
# Deploy yuzu's needed dependencies
|
||||||
./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin qt
|
./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin qt
|
||||||
|
|
||||||
|
# Workaround for libQt5MultimediaGstTools indirectly requiring libwayland-client and breaking Vulkan usage on end-user systems
|
||||||
|
find AppDir -type f -regex '.*libwayland-client\.so.*' -delete -print
|
||||||
|
|
||||||
# Workaround for building yuzu with GCC 10 but also trying to distribute it to Ubuntu 18.04 et al.
|
# Workaround for building yuzu with GCC 10 but also trying to distribute it to Ubuntu 18.04 et al.
|
||||||
# See https://github.com/darealshinji/AppImageKit-checkrt
|
# See https://github.com/darealshinji/AppImageKit-checkrt
|
||||||
cp exec-x86_64.so AppDir/usr/optional/exec.so
|
cp exec-x86_64.so AppDir/usr/optional/exec.so
|
||||||
|
|
Loading…
Reference in a new issue