From f5bc5c507b879099ca404c005e985f8506e42fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Fri, 13 Jun 2025 01:00:36 +0200 Subject: [PATCH] Update TurboVNC to v3.2 --- Dockerfile.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile.m4 b/Dockerfile.m4 index 8f0a3fd..954fc07 100644 --- a/Dockerfile.m4 +++ b/Dockerfile.m4 @@ -62,6 +62,7 @@ RUN <<-EOF libxfixes-dev \ libxml2-dev \ libxrandr-dev \ + libxshmfence-dev \ libxt-dev \ libxtst-dev \ libxv-dev \ @@ -123,7 +124,7 @@ RUN <<-EOF EOF # Build TurboVNC -ARG TURBOVNC_TREEISH=3.1.4 +ARG TURBOVNC_TREEISH=3.2 ARG TURBOVNC_REMOTE=https://github.com/TurboVNC/turbovnc.git WORKDIR /tmp/turbovnc/ RUN <<-EOF @@ -286,6 +287,7 @@ RUN <<-EOF libxfixes3 \ libxml2 \ libxrandr2 \ + libxshmfence1 \ libxt6t64 \ libxtst6 \ libxv1 \