Added missing dependencies to the frt build containers.

This commit is contained in:
Relintai 2024-04-21 11:58:21 +02:00
parent 11b3b21ab6
commit 09dee2efb3
3 changed files with 6 additions and 6 deletions

View File

@ -5,5 +5,6 @@ RUN dpkg --add-architecture armhf && apt-get update && apt-get install -y -q \
crossbuild-essential-armhf
RUN apt-get install -y -q \
libstdc++-11-dev:armhf libsdl2-dev:armhf libgbm-dev:armhf libsamplerate0-dev:armhf
libstdc++-11-dev:armhf libsdl2-dev:armhf libgbm-dev:armhf libsamplerate0-dev:armhf \
libx11-dev:armhf libgles2-mesa-dev:armhf libasound2-dev:armhf libfreetype6-dev:armhf libudev-dev:armhf zlib1g-dev:armhf

View File

@ -5,5 +5,6 @@ RUN dpkg --add-architecture arm64 && apt-get update && apt-get install -y -q \
crossbuild-essential-arm64
RUN apt-get install -y -q \
libstdc++-11-dev:arm64 libsdl2-dev:arm64 libgbm-dev:arm64 libsamplerate0-dev:arm64
libstdc++-11-dev:arm64 libsdl2-dev:arm64 libgbm-dev:arm64 libsamplerate0-dev:arm64 \
libx11-dev:arm64 libgles2-mesa-dev:arm64 libasound2-dev:arm64 libfreetype6-dev:arm64 libudev-dev:arm64 zlib1g-dev:arm64

View File

@ -8,6 +8,4 @@ apt-get install --no-install-recommends -y -q \
git-core vim-nox wget less nvi tmux lynx
RUN apt-get install -y -q \
build-essential clang llvm lld python3-pip cmake ninja-build scons meson
build-essential clang llvm lld python3-pip cmake ninja-build scons meson pkg-config