mirror of
https://github.com/yuzu-emu/build-environments
synced 2024-11-22 16:23:44 +00:00
fresh: Remove Qt Web Engine installation
Appears to not have solvable dependencies at the moment, causing the container to not build. Additionally, we don't ship yuzu with the Web Engine support compiled anyway.
This commit is contained in:
parent
c44be88736
commit
c998768fc2
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
||||||
qt${QT_PKG_VER}tools \
|
qt${QT_PKG_VER}tools \
|
||||||
qt${QT_PKG_VER}wayland \
|
qt${QT_PKG_VER}wayland \
|
||||||
qt${QT_PKG_VER}multimedia \
|
qt${QT_PKG_VER}multimedia \
|
||||||
qt${QT_PKG_VER}webengine \
|
|
||||||
qt${QT_PKG_VER}x11extras && \
|
qt${QT_PKG_VER}x11extras && \
|
||||||
# Install Clang from apt.llvm.org
|
# Install Clang from apt.llvm.org
|
||||||
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && \
|
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && \
|
||||||
|
|
Loading…
Reference in a new issue