mirror of
https://git.suyu.dev/suyu/build-environments.git
synced 2026-03-23 08:18:38 +00:00
linux: Add glslang and glslang-utils to mingw and fresh containers
...respectively. Required for TCR.
This commit is contained in:
@@ -7,12 +7,12 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
||||
build-essential \
|
||||
gcc-10 \
|
||||
g++-10 \
|
||||
glslang-tools \
|
||||
libavcodec-dev \
|
||||
libavutil-dev \
|
||||
libswscale-dev \
|
||||
libboost-all-dev \
|
||||
liblz4-dev \
|
||||
libmbedtls-dev \
|
||||
libopus-dev \
|
||||
libsdl2-dev \
|
||||
libssl-dev \
|
||||
|
||||
@@ -14,6 +14,7 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && mkdir -p /tmp/pkgs && \
|
||||
gnupg \
|
||||
wget \
|
||||
git \
|
||||
glslang \
|
||||
python-pip \
|
||||
python \
|
||||
python2 \
|
||||
|
||||
Reference in New Issue
Block a user