diff --git a/CI/install_debian_deps.sh b/CI/install_debian_deps.sh index 945c5f09bf..131ccae305 100755 --- a/CI/install_debian_deps.sh +++ b/CI/install_debian_deps.sh @@ -22,9 +22,8 @@ declare -rA GROUPED_DEPS=( libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libswresample-dev libsdl2-dev libqt5opengl5-dev libopenal-dev libunshield-dev libtinyxml-dev libbullet-dev liblz4-dev libpng-dev libjpeg-dev libluajit-5.1-dev - ca-certificates + librecast-dev libsqlite3-dev ca-certificates " - # TODO: add librecastnavigation-dev when debian is ready # These dependencies can alternatively be built and linked statically. [openmw-deps-dynamic]="libmygui-dev libopenscenegraph-dev libsqlite3-dev" diff --git a/docker/Dockerfile.ubuntu b/docker/Dockerfile.ubuntu index 51aaa6465e..b5fadff3e3 100644 --- a/docker/Dockerfile.ubuntu +++ b/docker/Dockerfile.ubuntu @@ -13,7 +13,7 @@ RUN apt-get update \ libmygui-dev libunshield-dev liblz4-dev libtinyxml-dev libqt5opengl5-dev \ libboost-filesystem-dev libboost-program-options-dev libboost-iostreams-dev \ libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libswresample-dev \ - librecastnavigation-dev libluajit-5.1-dev + librecast-dev libsqlite3-dev libluajit-5.1-dev COPY build.sh /build.sh