mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-03 17:39:36 +01:00
Added missing dependencies to the frt build containers.
This commit is contained in:
parent
11b3b21ab6
commit
09dee2efb3
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user