telegram-desktop/0001-use-bundled-webrtc.patch
Xu Zhao 9bce24ff6c Accepting request 1184208 from home:manfred-h:server:messaging
- 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
2024-07-01 13:48:38 +00:00

14 lines
582 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
@@ -7,7 +7,7 @@
add_library(external_webrtc INTERFACE IMPORTED GLOBAL)
add_library(desktop-app::external_webrtc ALIAS external_webrtc)
-if (DESKTOP_APP_USE_PACKAGED)
+if (NOT DESKTOP_APP_USE_PACKAGED)
find_package(tg_owt REQUIRED)
target_link_libraries(external_webrtc INTERFACE tg_owt::tg_owt)
return()