mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2024-11-21 23:25:40 +01:00
linux: Add glslang and glslang-utils to mingw and fresh containers
...respectively. Required for TCR.
This commit is contained in:
parent
b6af5cee89
commit
0a9e0ecccc
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user