From c4905610d5fe8a867358f21cf2f28e8440800aad Mon Sep 17 00:00:00 2001 From: Till Theato Date: Sat, 8 Jan 2011 13:47:05 +0000 Subject: [PATCH] Add explicit link to pthread to fix build on Debian based systems (thanks to sunab). svn path=/trunk/kdenlive/; revision=5300 --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index eaf1f921..b5c1c0a9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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) -- 2.39.2