summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2022-07-28 17:02:23 +0200
committerGitHub <noreply@github.com>2022-07-28 17:02:23 +0200
commit1e3afd5d8046b284e2ed665ba1f16f51dd854127 (patch)
tree9abf3066975b09f09be152e14769f501ce36a909
parentMerge pull request #8641 from Docteh/vcpkg_dll (diff)
parentci/linux: Delete libwayland-client from AppDir (diff)
downloadyuzu-1e3afd5d8046b284e2ed665ba1f16f51dd854127.tar
yuzu-1e3afd5d8046b284e2ed665ba1f16f51dd854127.tar.gz
yuzu-1e3afd5d8046b284e2ed665ba1f16f51dd854127.tar.bz2
yuzu-1e3afd5d8046b284e2ed665ba1f16f51dd854127.tar.lz
yuzu-1e3afd5d8046b284e2ed665ba1f16f51dd854127.tar.xz
yuzu-1e3afd5d8046b284e2ed665ba1f16f51dd854127.tar.zst
yuzu-1e3afd5d8046b284e2ed665ba1f16f51dd854127.zip
-rwxr-xr-x.ci/scripts/linux/docker.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.ci/scripts/linux/docker.sh b/.ci/scripts/linux/docker.sh
index dc7446dd1..b9862d1c2 100755
--- a/.ci/scripts/linux/docker.sh
+++ b/.ci/scripts/linux/docker.sh
@@ -54,6 +54,9 @@ mkdir -p AppDir/usr/optional/libgcc_s
# Deploy yuzu's needed dependencies
./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.
# See https://github.com/darealshinji/AppImageKit-checkrt
cp exec-x86_64.so AppDir/usr/optional/exec.so