- Updated to version 5.2.0 * Pay for content with Telegram Stars. * Enable local passcode unlock by Windows Hello and Touch ID. * Allow opening forums, topics and archive in a separate window. - Updated to version 5.1.8 * Support nice blockquotes and code blocks edition when composing messages. * Support collapsing blockquotes and specifying syntax highlight language. * Support nice spoiler animation in the message composing input field. - Update tg_owt to git commit c9cc4390ab951f2cbc103ff783a11f398b27660b OBS-URL: https://build.opensuse.org/request/show/1184208 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=326
14 lines
490 B
Diff
14 lines
490 B
Diff
Index: tdesktop-4.4.0-full/cmake/external/webrtc/CMakeLists.txt
|
|
===================================================================
|
|
--- tdesktop-4.4.0-full.orig/cmake/external/webrtc/CMakeLists.txt
|
|
+++ tdesktop-4.4.0-full/cmake/external/webrtc/CMakeLists.txt
|
|
@@ -110,7 +110,7 @@ elseif (APPLE)
|
|
)
|
|
else()
|
|
# Required for desktop_capture
|
|
- target_link_static_libraries(external_webrtc
|
|
+ target_link_libraries(external_webrtc
|
|
INTERFACE
|
|
Xcomposite
|
|
Xdamage
|