telegram-desktop/0004-use-dynamic-x-libraries.patch
Xu Zhao 120d578347 - Update to version 5.5.5
* Suggest URL from clipboard when creating a custom link.
  * Fix animated topic icons in topic info page.
  * Fix excessive getChannelDifference requests.

OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=333
2024-09-26 17:18:39 +00:00

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