mirror of
https://github.com/yuzu-emu/build-environments
synced 2024-11-22 10:43:48 +00:00
Merge pull request #28 from lat9nq/fresh-wayland
fresh: Add package qt(512)wayland
This commit is contained in:
commit
1a3c9dae54
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ RUN add-apt-repository -y ppa:beineri/opt-qt-${QT_VER}-${UBUNTU_VER} && \
|
|||
libswscale-dev \
|
||||
qt${QT_PKG_VER}base \
|
||||
qt${QT_PKG_VER}tools \
|
||||
qt${QT_PKG_VER}wayland \
|
||||
qt${QT_PKG_VER}webengine && \
|
||||
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_VER} ${GCC_VER} && \
|
||||
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${GCC_VER} ${GCC_VER}
|
||||
|
|
Loading…
Reference in a new issue