summaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
authorlat9nq <lat9nq@gmail.com>2022-07-26 06:17:18 +0200
committerlat9nq <lat9nq@gmail.com>2022-07-26 08:25:39 +0200
commit5e27d37edc869cb18ae064f50a645101093292c7 (patch)
tree5ed14d1f596365ee42595532944f1242359ba342 /.ci
parentMerge pull request #8541 from FearlessTobi/multiplayer-part1 (diff)
downloadyuzu-5e27d37edc869cb18ae064f50a645101093292c7.tar
yuzu-5e27d37edc869cb18ae064f50a645101093292c7.tar.gz
yuzu-5e27d37edc869cb18ae064f50a645101093292c7.tar.bz2
yuzu-5e27d37edc869cb18ae064f50a645101093292c7.tar.lz
yuzu-5e27d37edc869cb18ae064f50a645101093292c7.tar.xz
yuzu-5e27d37edc869cb18ae064f50a645101093292c7.tar.zst
yuzu-5e27d37edc869cb18ae064f50a645101093292c7.zip
Diffstat (limited to '.ci')
-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 436155b3d..7f3ea3860 100755
--- a/.ci/scripts/linux/docker.sh
+++ b/.ci/scripts/linux/docker.sh
@@ -51,6 +51,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