mirror of
https://github.com/yuzu-emu/build-environments
synced 2024-11-22 04:13:35 +00:00
linux-fresh: Add multimedia
This commit is contained in:
parent
f75b9a2915
commit
a42ccb79d8
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
|||
qt${QT_PKG_VER}base \
|
||||
qt${QT_PKG_VER}tools \
|
||||
qt${QT_PKG_VER}wayland \
|
||||
qt${QT_PKG_VER}multimedia \
|
||||
qt${QT_PKG_VER}webengine && \
|
||||
# Install clang from apt.llvm.org
|
||||
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && \
|
||||
|
|
Loading…
Reference in a new issue