From 347fc538876e676313e0faea25ff32ff1300ba07 Mon Sep 17 00:00:00 2001 From: Sergio Costas Rodriguez Date: Fri, 20 Mar 2026 17:53:58 +0100 Subject: [PATCH] Fix lack of pciaccess development files When building snaps that depend on libpciaccess, the lack of the soft links to the library makes the build system to link to the static version (like in gnome-boxes), which results in a failure. This patch fixes it. --- snapcraft.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index 3db00a18..a9987087 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1508,6 +1508,8 @@ parts: - libnsl-dev - libnss3-dev - libopenjp2-7-dev + - libpciaccess-dev + - libpciaccess0 - libpcre2-8-0 - libpcre2-dev - libpcre3