mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
13 lines
374 B
Diff
13 lines
374 B
Diff
diff --git a/protocols/jabber/libjingle/CMakeLists.txt b/protocols/jabber/libjingle/CMakeLists.txt
|
|
index 7ea8c3eb6..4b73085b8 100644
|
|
--- a/protocols/jabber/libjingle/CMakeLists.txt
|
|
+++ b/protocols/jabber/libjingle/CMakeLists.txt
|
|
@@ -288,6 +288,7 @@ set ( call_LIBS
|
|
${MEDIASTREAMER_LIBRARIES}
|
|
${LIBORTP_LIBRARY}
|
|
${CMAKE_DL_LIBS}
|
|
+ pthread
|
|
)
|
|
|
|
if ( NOT WIN32 )
|