From b3bd55da17410b5c077b0cc31cc5a6003da4ecc4 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Mon, 26 Jun 2023 22:14:00 -0300 Subject: [PATCH] Jenkins: Remove libwayland-client from AppImage to fix Debian 12 compatibility --- .ci/AppImageBuilder.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/AppImageBuilder.yml b/.ci/AppImageBuilder.yml index 1ef99d612..11a41394a 100644 --- a/.ci/AppImageBuilder.yml +++ b/.ci/AppImageBuilder.yml @@ -60,7 +60,6 @@ AppDir: - libslirp0 # if SLIRP_EXTERNAL:BOOL=ON - libsndio7.0 # if OPENAL:BOOL=ON - libvdeplug-dev # -dev also pulls in libvdeplug2. -dev is required to get the proper .so symlink to the library - - libwayland-client0 # if QT:BOOL=ON - libx11-6 # if QT:BOOL=ON - libx11-xcb1 # if QT:BOOL=ON - libxcb1 # if QT:BOOL=ON