]> git.sesse.net Git - kdenlive/blobdiff - src/CMakeLists.txt
Add explicit link to pthread to fix build on Debian based systems (thanks to sunab).
[kdenlive] / src / CMakeLists.txt
index eaf1f9211ba0ed5f1772165b2173801ebaf3b1ad..b5c1c0a9ba7b6172b7e2ff8b4e02c7955f8f3385 100644 (file)
@@ -321,6 +321,7 @@ target_link_libraries(kdenlive
   ${KDE4_KNOTIFYCONFIG_LIBRARY}
   ${KDE4_KROSSUI_LIBS}
   ${CMAKE_DL_LIBS}
+  ${CMAKE_THREAD_LIBS_INIT}
 )
 
 if(Q_WS_X11)