From 15a64c20dc23a0154622ba25829364323903b6b5 Mon Sep 17 00:00:00 2001 From: Nikita Date: Sun, 3 Nov 2024 20:58:34 +0100 Subject: [PATCH] Add libwayland-client.so.0 to exclude list (#559) * Add libwayland-client.so.0 to exclude list * Add link in comment --------- Co-authored-by: probonopd --- excludelist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/excludelist b/excludelist index 8f5d900b..91c21d8d 100644 --- a/excludelist +++ b/excludelist @@ -87,6 +87,11 @@ libX11-xcb.so.1 # https://github.com/probonopd/linuxdeployqt/issues/582 # Uncertain if this is required to be bundled for some distributions - if so, please let us know +libwayland-client.so.0 +# https://github.com/AppImageCommunity/pkg2appimage/pull/559 +# https://gitlab.freedesktop.org/mesa/mesa/-/issues/11316 +# New version of Mesa has some dependency issues with libwayland-client if it is bundled + # --- Bundling GLib and its consequences --- # The following libraries need to be privately bundled, otherwise this error can happen: # - /usr/lib/x86_64-linux-gnu/libgnutls.so.30: version `GNUTLS_3_6_9' not found (required by /lib64/libglib-2.0.so.0)