From 670d16de7c43df2416e546a227ea726f7da9a341 Mon Sep 17 00:00:00 2001 From: lat9nq <22451773+lat9nq@users.noreply.github.com> Date: Tue, 23 Feb 2021 01:18:45 -0500 Subject: [PATCH] fresh: Add package qt(512)wayland Adds the qt[version]wayland package to linux-fresh. Required to run the AppImage on Wayland. --- linux-fresh/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-fresh/Dockerfile b/linux-fresh/Dockerfile index ca03dfe..2c1100c 100644 --- a/linux-fresh/Dockerfile +++ b/linux-fresh/Dockerfile @@ -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}