diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index d8f2dccf9..f186b3378 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -567,8 +567,8 @@ RUN git clone -b ${QT_TAG} --depth=1 git://code.qt.io/qt/qt5.git qt_${QT} \ -no-icu \ -no-feature-xcb-sm \ -no-feature-egl-extension-platform-wayland \ - -no-feature-highdpiscaling \ -no-feature-wayland-server \ + -no-feature-highdpiscaling \ -static \ -dbus-runtime \ -openssl-linked \ diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 79fa8e04e..ea1f8e3fa 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -363,6 +363,7 @@ parts: -no-feature-renameat2 \ -no-feature-statx \ -no-feature-egl-extension-platform-wayland \ + -no-feature-wayland-server \ -no-feature-highdpiscaling \ -openssl-linked \ -nomake examples \