diff --git a/.cirrus.yml b/.cirrus.yml index e6002008..4184e927 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,7 +6,7 @@ FreeBSD_task: freebsd_instance: image_family: freebsd-13-3 prepare_script: - - pkg install -y $SSL git autoconf automake libtool pkgconf opus jpeg-turbo fdk-aac pixman libX11 libXfixes libXrandr nasm fusefs-libs check imlib2 freetype2 cmocka + - pkg install -y $SSL git autoconf automake libtool pkgconf opus jpeg-turbo fdk-aac pixman libX11 libXfixes libXrandr nasm fusefs-libs3 check imlib2 freetype2 cmocka - git submodule update --init --recursive configure_script: - ./bootstrap diff --git a/scripts/install_xrdp_build_dependencies_with_apt.sh b/scripts/install_xrdp_build_dependencies_with_apt.sh index dec91a65..249f728c 100755 --- a/scripts/install_xrdp_build_dependencies_with_apt.sh +++ b/scripts/install_xrdp_build_dependencies_with_apt.sh @@ -89,7 +89,7 @@ in PACKAGES="$PACKAGES \ $PACKAGES_AMD64_MIN \ $LIBFREETYPE_DEV \ - libfuse-dev \ + libfuse3-dev \ libjpeg-dev \ libmp3lame-dev \ libfdk-aac-dev \