fresh: Add package qt(512)wayland

Adds the qt[version]wayland package to linux-fresh. Required to run the
AppImage on Wayland.
This commit is contained in:
lat9nq 2021-02-23 01:18:45 -05:00
parent 91c8fcfc1e
commit 670d16de7c

View File

@ -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}