17
0
Files
telegram-desktop/dynamic-link-x.patch
Илья Индиго 67c3e0d500 - Updated ada to 3.2.4.
- Updated openh264-headers to 2.6.0.
- Updated tg_owt to git20250501
  * Changed 0002-tg_owt-h264-dlopen.patch.
  * Added pipewire 1.4 support (removed 0003-tg_owt-pipewire-1.4.patch).
- Replaced tg_owt-dlopen-headers.tar.gz to openh264-headers-2.6.0.tar.xz.
- Renamed 0001-dynamic-link-x.patch to 0001-dynamic-link-x.patch.
- Renamed 0002-tg_owt-h264-dlopen.patch to tg_owt-h264-dlopen.patch.
- Renamed 0001-Fix-build-with-Qt-6.9.patch to Qt-6.9.patch.
- Used mold linker and removed _constraints file.

OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=363
2025-05-06 15:00:28 +00:00

25 lines
675 B
Diff

diff --git a/tdesktop/cmake/external/webrtc/CMakeLists.txt b/tdesktop-copy/cmake/external/webrtc/CMakeLists.txt
index a372fb7..6a81876 100644
--- a/cmake/external/webrtc/CMakeLists.txt
+++ b/cmake/external/webrtc/CMakeLists.txt
@@ -9,7 +9,18 @@ add_library(desktop-app::external_webrtc ALIAS external_webrtc)
if (DESKTOP_APP_USE_PACKAGED)
find_package(tg_owt REQUIRED)
- target_link_libraries(external_webrtc INTERFACE tg_owt::tg_owt)
+ target_link_libraries(external_webrtc INTERFACE
+ tg_owt::tg_owt
+ X11
+ Xcomposite
+ Xdamage
+ Xext
+ Xfixes
+ Xrandr
+ Xrender
+ Xtst
+ vpx
+ )
return()
endif()