]> git.sesse.net Git - kdenlive/commitdiff
Add explicit link to pthread to fix build on Debian based systems (thanks to sunab).
authorTill Theato <root@ttill.de>
Sat, 8 Jan 2011 13:47:05 +0000 (13:47 +0000)
committerTill Theato <root@ttill.de>
Sat, 8 Jan 2011 13:47:05 +0000 (13:47 +0000)
svn path=/trunk/kdenlive/; revision=5300

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)