From f3e8395671c0593ac56b58fa315d70b5c7f9a330 Mon Sep 17 00:00:00 2001 From: matt335672 <30179339+matt335672@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:08:33 +0000 Subject: [PATCH] Update build dependencies --- scripts/install_xrdp_build_dependencies_with_apt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_xrdp_build_dependencies_with_apt.sh b/scripts/install_xrdp_build_dependencies_with_apt.sh index 4aa6dae2ff..3d9feee667 100755 --- a/scripts/install_xrdp_build_dependencies_with_apt.sh +++ b/scripts/install_xrdp_build_dependencies_with_apt.sh @@ -74,6 +74,7 @@ case "$ARCH" in amd64) PACKAGES_AMD64_MIN=" \ + libepoxy-dev \ libpam0g-dev \ libssl-dev \ libx11-dev \