forked from pool/telegram-desktop
* Fix crash when sending Star Reaction in comments. * Fix loading "Send As" channels in a channel. * Place Star Reaction always first in list. * Removed paid Invite Links in groups. - Add 0005-use-bundled-ada.patch - Add 0006-tdesktop-disable-h264.patch - Add 0007-tg-owt-disable-h264.patch OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=330
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
|