mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2024-11-22 11:05:45 +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 \
|
build-essential \
|
||||||
gcc-10 \
|
gcc-10 \
|
||||||
g++-10 \
|
g++-10 \
|
||||||
|
glslang-tools \
|
||||||
libavcodec-dev \
|
libavcodec-dev \
|
||||||
libavutil-dev \
|
libavutil-dev \
|
||||||
libswscale-dev \
|
libswscale-dev \
|
||||||
libboost-all-dev \
|
libboost-all-dev \
|
||||||
liblz4-dev \
|
liblz4-dev \
|
||||||
libmbedtls-dev \
|
|
||||||
libopus-dev \
|
libopus-dev \
|
||||||
libsdl2-dev \
|
libsdl2-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
@ -14,6 +14,7 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && mkdir -p /tmp/pkgs && \
|
|||||||
gnupg \
|
gnupg \
|
||||||
wget \
|
wget \
|
||||||
git \
|
git \
|
||||||
|
glslang \
|
||||||
python-pip \
|
python-pip \
|
||||||
python \
|
python \
|
||||||
python2 \
|
python2 \
|
||||||
|
Loading…
Reference in New Issue
Block a user