From d7dae5f4a919c9347bebeda0ba6bea3054deb1da Mon Sep 17 00:00:00 2001 From: ilya-fedin Date: Thu, 12 Oct 2023 01:28:33 +0000 Subject: [PATCH] Updated The Packaged Building Mode (markdown) --- The-Packaged-Building-Mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/The-Packaged-Building-Mode.md b/The-Packaged-Building-Mode.md index ecbf46d..9220003 100644 --- a/The-Packaged-Building-Mode.md +++ b/The-Packaged-Building-Mode.md @@ -16,7 +16,7 @@ To build in the packaged building mode, as of September 9, 2023, you need: * [Qt6Quick](https://www.qt.io) (Linux-only, optional) * [Qt6QuickWidgets](https://www.qt.io) (Linux-only, optional) * [Qt6WaylandClient](https://www.qt.io) (Linux-only, build-time only codegen, can be disabled with **DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION**) -* [Qt6WaylandCompositor](https://www.qt.io) (Linux-only, optional, conflicts with libqt-wayland-compositor-wayland-egl.so in runtime until [QTBUG-115063](https://bugreports.qt.io/browse/QTBUG-115063) is fixed) +* [Qt6WaylandCompositor](https://www.qt.io) (Linux-only, optional) * [Qt6 Image Formats](https://www.qt.io) (webp plugin is required, make sure it's a hard runtime dependency, or else tdesktop will coredump at startup without it) * [libtgvoip](https://github.com/telegramdesktop/libtgvoip) (required, fallbacks to the bundled copy if not found, it's recommended to use the bundled copy since it's a legacy library and its upstream build scripts aren't adapted to build with tg_owt, so the calls will crash due to two webrtc libraries being in one address space) * [tg_owt](https://github.com/desktop-app/tg_owt) (required)